Skip to content

Commit d86128c

Browse files
committed
fixup! Use Signed Binaries for Docker Build
1 parent f701af0 commit d86128c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.pipelines/build/images.jobs.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ parameters:
66
jobs:
77
- ${{ each job_data in parameters.images }}:
88
- job: pkg_${{ job_data.job }}
9-
displayName: "Build Image Package - ${{ job_data.displayName }} -"
9+
displayName: "Prepare Image Package - ${{ job_data.displayName }} -"
1010
strategy: ${{ job_data.strategy }}
1111
pool:
1212
type: linux
@@ -50,9 +50,12 @@ jobs:
5050
inputs:
5151
version: '$(GOVERSION)'
5252

53-
- task: ShellScript@2
54-
inputs:
55-
scriptPath: ${{ job_data.templateContext.repositoryArtifact }}/${{ job_data.templateContext.buildScript }}
53+
- script: |
54+
./"$SCRIPT_SRC"
55+
displayName: "Build Package"
56+
workingDirectory: $(REPO_ROOT)
57+
env:
58+
SCRIPT_SRC: ${{ job_data.templateContext.buildScript }}
5659
5760
# - task: ExtractFiles@1
5861
# inputs:

0 commit comments

Comments
 (0)