File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -45,21 +45,18 @@ parameters:
4545
4646steps :
4747- task : DownloadPipelineArtifact@2
48- condition : and( succeeded(), eq(variables['archiveVersionValid'], 'true'))
4948 inputs :
5049 targetPath : $(Build.SourcesDirectory)/dst/artifacts
5150 artifact : ${{ parameters.source }}
5251
5352- task : onebranch.pipeline.containercontrol@1
54- condition : and( succeeded(), eq(variables['archiveVersionValid'], 'true'))
5553 displayName : " Login to ACR"
5654 inputs :
5755 command : login
5856 endpoint : $(ACR_ARM_SERVICE_CONNECTION)
5957
6058# Build and push the Docker image
6159- task : onebranch.pipeline.imagebuildinfo@1
62- condition : and( succeeded(), eq(variables['archiveVersionValid'], 'true'))
6360 displayName : Image Build
6461 retryCountOnTaskFailure : 3
6562 timeoutInMinutes : 30
Original file line number Diff line number Diff line change @@ -56,18 +56,15 @@ jobs:
5656 continueOnError: true
5757
5858 - task : DownloadPipelineArtifact@2
59- condition : and( succeeded(), eq(variables['archiveVersionValid'], 'true'))
6059 inputs :
6160 targetPath : $(REPO_ROOT)
6261 artifact : ' ${{ job_data.templateContext.repositoryArtifact }}'
6362
6463 - task : GoTool@0
65- condition : and( succeeded(), eq(variables['archiveVersionValid'], 'true'))
6664 inputs :
6765 version : ' $(GOVERSION)'
6866
6967 - task : ShellScript@2
70- condition : and( succeeded(), eq(variables['archiveVersionValid'], 'true'))
7168 inputs :
7269 scriptPath : $(REPO_ROOT)/${{ job_data.templateContext.buildScript }}
7370
7875 env:
7976 SOURCE: $(REPO_ROOT)/${{ job_data.templateContext.obDockerfile }}
8077 DEST: $(OUT_DIR)/Dockerfile
81- condition: and( succeeded(), eq(variables['archiveVersionValid'], 'true'))
8278
8379 - task : onebranch.pipeline.signing@1
84- condition : and( succeeded(), eq(variables['archiveVersionValid'], 'true'))
8580 inputs :
8681 command : ' sign'
8782 signing_profile : ' external_distribution'
You can’t perform that action at this time.
0 commit comments