ci(azure-pipelines): fix syntax
This commit is contained in:
parent
7717b2ce45
commit
81c4838e29
@ -43,7 +43,7 @@ jobs:
|
|||||||
--build-arg PROJECT_DIR=/fradrive \
|
--build-arg PROJECT_DIR=/fradrive \
|
||||||
--build-arg IN_CI=true \
|
--build-arg IN_CI=true \
|
||||||
--build-arg IN_CONTAINER=true \
|
--build-arg IN_CONTAINER=true \
|
||||||
$${{ parameters.service.extraBuildOptions }}
|
$${{ parameters.service.extraBuildOptions }} \
|
||||||
.
|
.
|
||||||
- task: Bash@3
|
- task: Bash@3
|
||||||
displayName: Push ${{ parameters.service.name }} image
|
displayName: Push ${{ parameters.service.name }} image
|
||||||
|
|||||||
Reference in New Issue
Block a user