File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ parameters:
66jobs :
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
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:
You can’t perform that action at this time.
0 commit comments