ci: fix duplicate key
This commit is contained in:
parent
4037a444eb
commit
40fd1c9c1f
|
@ -169,7 +169,7 @@ stages:
|
||||||
command: 'buildAndPush'
|
command: 'buildAndPush'
|
||||||
Dockerfile: 'Dockerfile'
|
Dockerfile: 'Dockerfile'
|
||||||
tags: '$(Build.SourceBranchName)'
|
tags: '$(Build.SourceBranchName)'
|
||||||
- job: build-gatekeeper
|
- job: build-static
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'ubuntu-latest'
|
vmImage: 'ubuntu-latest'
|
||||||
steps:
|
steps:
|
||||||
|
|
Reference in New Issue