ci(azure-pipelines): disable extraBuildOptions for now
This commit is contained in:
parent
e84e7e57d8
commit
5d54275446
@ -9,7 +9,7 @@ parameters:
|
||||
name: service
|
||||
baseImage: baseImage
|
||||
baseImageTag: baseImageTag
|
||||
extraBuildOptions: ''
|
||||
# extraBuildOptions: ''
|
||||
|
||||
jobs:
|
||||
- job: ImageBuild_${{parameters.service.name}}
|
||||
@ -43,7 +43,6 @@ jobs:
|
||||
--build-arg PROJECT_DIR=/fradrive \
|
||||
--build-arg IN_CI=true \
|
||||
--build-arg IN_CONTAINER=true \
|
||||
$${{ parameters.service.extraBuildOptions }} \
|
||||
.
|
||||
- task: Bash@3
|
||||
displayName: Push ${{ parameters.service.name }} image
|
||||
|
||||
@ -9,8 +9,8 @@ parameters:
|
||||
- name: frontend
|
||||
baseImage: devfra.azurecr.io/de.fraport.build/npm
|
||||
baseImageTag: node-20
|
||||
extraBuildOptions: |
|
||||
--build-arg NPM_CUSTOM_REGISTRY=https://pkgs.dev.azure.com/fraport/_packaging/packages/npm/registry/
|
||||
# extraBuildOptions: |
|
||||
# --build-arg NPM_CUSTOM_REGISTRY=https://pkgs.dev.azure.com/fraport/_packaging/packages/npm/registry/
|
||||
|
||||
variables:
|
||||
imageUpstream: devfra.azurecr.io/de.fraport.fradrive.build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user