Changed order of pipeline
continuous-integration/drone the build failed
Details
continuous-integration/drone the build failed
Details
parent
472f890a98
commit
3bbc90ad60
|
@ -1,14 +1,4 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
publish-builder:
|
|
||||||
image: plugins/docker
|
|
||||||
repo: chewingbever/fej-builder
|
|
||||||
dockerfile: docker/Dockerfile.builder
|
|
||||||
tag: [ latest ]
|
|
||||||
secrets: [ docker_username, docker_password ]
|
|
||||||
when:
|
|
||||||
branch: develop
|
|
||||||
event: push
|
|
||||||
|
|
||||||
build-frontend:
|
build-frontend:
|
||||||
image: node:15-alpine3.13
|
image: node:15-alpine3.13
|
||||||
pull: true
|
pull: true
|
||||||
|
@ -30,6 +20,16 @@ pipeline:
|
||||||
commands:
|
commands:
|
||||||
- cargo fmt -- --check
|
- cargo fmt -- --check
|
||||||
|
|
||||||
|
publish-builder:
|
||||||
|
image: plugins/docker
|
||||||
|
repo: chewingbever/fej-builder
|
||||||
|
dockerfile: docker/Dockerfile.builder
|
||||||
|
tag: [ latest ]
|
||||||
|
secrets: [ docker_username, docker_password ]
|
||||||
|
when:
|
||||||
|
branch: develop
|
||||||
|
event: push
|
||||||
|
|
||||||
# Backend cicd jobs are disabled until we can figure out a way to cache stuff
|
# Backend cicd jobs are disabled until we can figure out a way to cache stuff
|
||||||
# test-backend:
|
# test-backend:
|
||||||
# image: chewingbever/fej-builder:latest
|
# image: chewingbever/fej-builder:latest
|
||||||
|
|
Loading…
Reference in New Issue