diff --git a/.pipelines/build-and-push-fluentbit.yml b/.pipelines/build-and-push-fluentbit.yml index 8a865210b..c526a655a 100644 --- a/.pipelines/build-and-push-fluentbit.yml +++ b/.pipelines/build-and-push-fluentbit.yml @@ -18,5 +18,5 @@ jobs: - template: ./templates/template-push-images-to-acr.yml parameters: rpImageACR: $(RP_IMAGE_ACR) - buildCommand: "publish-image-fluentbit" + buildCommand: publish-image-fluentbit - template: ./templates/template-az-cli-logout.yml diff --git a/.pipelines/build-and-push-images.yml b/.pipelines/build-and-push-images.yml index 73ba1de6d..6a638da4d 100644 --- a/.pipelines/build-and-push-images.yml +++ b/.pipelines/build-and-push-images.yml @@ -18,7 +18,7 @@ jobs: - template: ./templates/template-push-images-to-acr.yml parameters: rpImageACR: $(RP_IMAGE_ACR) - buildCommand: "publish-image-aro" + buildCommand: publish-image-aro - template: ./templates/template-az-cli-logout.yml - script: | cp -a --parents aro "$(Build.ArtifactStagingDirectory)" diff --git a/.pipelines/e2e.yml b/.pipelines/e2e.yml index 37b313eba..63130c655 100644 --- a/.pipelines/e2e.yml +++ b/.pipelines/e2e.yml @@ -30,7 +30,7 @@ jobs: - template: ./templates/template-push-images-to-acr.yml parameters: rpImageACR: $(RP_IMAGE_ACR) - buildCommand: "publish-image-aro" + buildCommand: publish-image-aro - script: | set -e set -o pipefail