ci(azure-pipelines): fix branch ref
This commit is contained in:
parent
66fff83ff8
commit
351421e903
@ -6,7 +6,7 @@ pool: 'Prod Private Agent Pool'
|
|||||||
|
|
||||||
variables:
|
variables:
|
||||||
imageFradriveUpstream: devfra.azurecr.io/de.fraport.fradrive.build
|
imageFradriveUpstream: devfra.azurecr.io/de.fraport.fradrive.build
|
||||||
imageRetagLatestBranch: 'refs/head/master'
|
imageRetagLatestBranch: 'refs/heads/master'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- job: FrontendImage
|
- job: FrontendImage
|
||||||
|
|||||||
Reference in New Issue
Block a user