Improve CI job dependency / ordering conditions
This commit is contained in:
parent
fef24e2364
commit
8a1b7a9f34
@ -8,6 +8,7 @@ jobs:
|
|||||||
# work, then we'll do a full bootstrapping build starting from Alpine and installing `gocheckout`
|
# work, then we'll do a full bootstrapping build starting from Alpine and installing `gocheckout`
|
||||||
# first thing.
|
# first thing.
|
||||||
build-docker:
|
build-docker:
|
||||||
|
continue-on-error: true
|
||||||
container:
|
container:
|
||||||
image: gas/ci
|
image: gas/ci
|
||||||
volumes:
|
volumes:
|
||||||
@ -53,6 +54,8 @@ jobs:
|
|||||||
run: docker build -t gas/ci ops/devcontainer
|
run: docker build -t gas/ci ops/devcontainer
|
||||||
|
|
||||||
release-test:
|
release-test:
|
||||||
|
needs: build-docker-bootstrap
|
||||||
|
if: ${{ needs.build-docker-bootstrap.result == 'success' }}
|
||||||
container:
|
container:
|
||||||
image: gas/ci
|
image: gas/ci
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user