Skip to content

Commit

Permalink
another try
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanista committed Jan 15, 2025
1 parent f923184 commit 3ce0707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/ultimate-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ stages:
build: true
target: builder
baseImage: $(baseImage)
command: "${{format('ZipMonitoringHome --ReadyToRun {0}', eq(variables['artifactSuffix'], 'linux-x64-r2r'))}}"
command: "${{format('ZipMonitoringHome --ReadyToRun {0}', eq($(variables['artifactSuffix']), 'linux-x64-r2r'))}}"
retryCountForRunCommand: 1

- publish: $(artifacts)/linux-x64
Expand Down Expand Up @@ -966,7 +966,7 @@ stages:
build: true
target: builder
baseImage: $(baseImage)
command: "${{format('ZipMonitoringHome --ReadyToRun {0} {1}', eq(variables['artifactSuffix'], 'linux-arm64-r2r'), variables['artifactSuffix'])}}"
command: "${{format('ZipMonitoringHome --ReadyToRun {0}', eq(eq($(variables['artifactSuffix']), 'linux-arm64-r2r'))}}"
retryCountForRunCommand: 1

- publish: $(artifacts)/linux-arm64
Expand Down

0 comments on commit 3ce0707

Please sign in to comment.