Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Commit d7f90d5

Browse files
committed
EN-566: Fix azure pipelines build definition (fix)
1 parent 5779954 commit d7f90d5

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

azure-pipelines.yml

+12-11
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,15 @@ jobs:
1919
- template: templates/jobs/typescript.yml@pipeline-library
2020
parameters:
2121
runFunctionalTests: false
22-
- template: templates/steps/deployment/deploy-container.yml@pipeline-library
23-
parameters:
24-
name: BuildContainer
25-
displayName: Deploy Container to Docker Hub
26-
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
27-
forceDeploy: true
28-
serviceConnectionName: dockerhub-quantumcibot
29-
repository: quantumsec/ci-analysis-collector
30-
tags: |
31-
latest
32-
$(SEMVER)
22+
deploySteps:
23+
- template: templates/steps/deployment/deploy-container.yml@pipeline-library
24+
parameters:
25+
name: BuildContainer
26+
displayName: Deploy Container to Docker Hub
27+
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
28+
forceDeploy: true
29+
serviceConnectionName: dockerhub-quantumcibot
30+
repository: quantumsec/ci-analysis-collector
31+
tags: |
32+
latest
33+
$(SEMVER)

0 commit comments

Comments
 (0)