Skip to content

Commit

Permalink
fix(ci): another correction to name
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonhull committed Jan 15, 2024
1 parent 4f996c7 commit 8400cc9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pipelines/goreleaser.build.azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
# certSecureFile: $(certSecureFile)
# certPwd: $(cert.password)
# setUpPartitionIdACLForPrivateKey: false
- template: templates/install-go-from-aqua-config.yaml
- template: templates/install-go-from-aqua-config.yml
- template: templates/task-aqua-install.yml
parameters:
AQUA_GITHUB_TOKEN: $(AQUA_GITHUB_TOKEN)
Expand Down
2 changes: 1 addition & 1 deletion pipelines/tests.end-to-end.azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
ClientId: $(ClientId)
ClientSecret: $(ClientSecret)
SecretPath: ado/cli
- template: templates/install-go-from-aqua-config.yaml
- template: templates/install-go-from-aqua-config.yml
- template: templates/task-aqua-install.yml
parameters:
AQUA_GITHUB_TOKEN: $(AQUA_GITHUB_TOKEN)
Expand Down
2 changes: 1 addition & 1 deletion pipelines/tests.integration.azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
ClientSecret: $(ClientSecret)
SecretPath: ado/cli

- template: templates/install-go-from-aqua-config.yaml
- template: templates/install-go-from-aqua-config.yml
- template: templates/task-aqua-install.yml
parameters:
AQUA_GITHUB_TOKEN: $(AQUA_GITHUB_TOKEN)
Expand Down

0 comments on commit 8400cc9

Please sign in to comment.