Skip to content

Commit 060e2f9

Browse files
committed
fixup! Use Signed Binaries for Docker Build
1 parent 7022b52 commit 060e2f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.pipelines/build/images.jobs.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ jobs:
5252

5353
- task: ShellScript@2
5454
inputs:
55-
scriptPath: '${{ job_data.templateContext.buildScript }}'
56-
workingDirectory: $(REPO_ROOT)
55+
scriptPath: $(REPO_ROOT)/${{ job_data.templateContext.buildScript }}
5756

5857
# - task: ExtractFiles@1
5958
# inputs:

0 commit comments

Comments
 (0)