ci(azure-pipelines): temporarily remove image build conditions for refresh

This commit is contained in:
Sarah Vaupel 2025-01-21 16:32:38 +01:00
parent 60626cd841
commit 7717b2ce45

View File

@ -14,7 +14,7 @@ parameters:
jobs:
- job: ImageBuild_${{parameters.service.name}}
displayName: Build ${{parameters.service.name}} image
condition: or(eq(variables.onMasterBranch, true), eq(variables.onUpdateBranch, true))
# condition: or(eq(variables.onMasterBranch, true), eq(variables.onUpdateBranch, true))
container:
image: devfra.azurecr.io/de.fraport.build/tools:1.1.0
endpoint: devfra
@ -53,7 +53,7 @@ jobs:
docker push ${{variables.imageUpstream}}/${{parameters.service.name}}:$(Build.BuildNumber)
- task: Bash@3
displayName: Update latest ${{parameters.service.name}} image
condition: eq(variables.onMasterBranch, true)
# condition: eq(variables.onMasterBranch, true)
inputs:
targetType: inline
script: |