Skip to content

Commit

Permalink
Adjusted filenames and README
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickRe committed Oct 1, 2022
1 parent bb8a8db commit 97cb754
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,12 @@ stages:
pool:
name: <agent-pool>
jobs:
- template: buildagent-generation.yml@azuredevops-buildagents
- template: buildagent-generation-template.yml@azuredevops-buildagents
parameters:
image_type: <image-type>
variable_group: <variable-group>
agent_pool: <agent-pool>
repository_base_path: azuredevops-buildagents
resource_repo_name: azuredevops-buildagents
```

### Template parameters
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion buildagent-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ variables:
- group: ${{ parameters.variable_group }}

jobs:
- template: build-agent-image.yml
- template: buildagent-generation-template.yml
parameters:
image_type: ${{ parameters.image_type }}
variable_group: ${{ parameters.variable_group }}
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion managedimage-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ variables:
- group: ${{ parameters.variable_group }}

jobs:
- template: clean-agent-image.yml
- template: managedimage-cleanup-template.yml
parameters:
variable_group: ${{ parameters.variable_group }}

0 comments on commit 97cb754

Please sign in to comment.