Skip to content

Commit 62f6662

Browse files
committed
fixup! Use Signed Binaries for Docker Build
1 parent b335d5f commit 62f6662

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pipelines/build/images.jobs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ jobs:
7373

7474
- task: ShellScript@2
7575
displayName: "Package with DropGZ"
76-
condition: and(succeeded(), eq('$(packageWithDropGZ)', 'True'))
76+
condition: and(succeeded(), eq(variables.packageWithDropGZ, 'True'))
7777
inputs:
7878
scriptPath: $(REPO_ROOT)/.pipelines/build/scripts/dropgz.sh
7979

8080
- task: onebranch.pipeline.signing@1
81-
condition: and(succeeded(), eq('$(packageWithDropGZ)', 'True'))
81+
condition: and(succeeded(), eq(variables.packageWithDropGZ, 'True'))
8282
inputs:
8383
command: 'sign'
8484
signing_profile: 'external_distribution'

0 commit comments

Comments
 (0)