Skip to content

Commit

Permalink
Cause pipelines to crash on exception
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-rs committed Dec 13, 2023
1 parent c38c972 commit 4a49549
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pipelines/nightly-builds-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ stages:
command: login
containerRegistry: cccstemp
- script: |
set -xv # Echo commands before they are run
set -exv # Echo commands before they are run
docker build -t common:local root-image -f root-image/common.Dockerfile
export IMAGE=cccstemp.azurecr.io/assemblyline-root-build
Expand Down
4 changes: 2 additions & 2 deletions pipelines/nightly-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ stages:
command: login
containerRegistry: cccstemp
- script: |
set -xv # Echo commands before they are run
set -exv # Echo commands before they are run
docker build -t common:local root-image -f root-image/common.Dockerfile
export IMAGE=cccstemp.azurecr.io/assemblyline-root-build
export BUILD_TYPE=stable
docker build --build-arg base=common:local -t $IMAGE:$BUILD_TYPE build-image
docker push $IMAGE -q --all-tags
Expand Down

0 comments on commit 4a49549

Please sign in to comment.