Disabled builder publish for now
continuous-integration/drone the build was successful
Details
continuous-integration/drone the build was successful
Details
parent
3bbc90ad60
commit
336ff25249
|
@ -20,15 +20,15 @@ pipeline:
|
||||||
commands:
|
commands:
|
||||||
- cargo fmt -- --check
|
- cargo fmt -- --check
|
||||||
|
|
||||||
publish-builder:
|
# publish-builder:
|
||||||
image: plugins/docker
|
# image: plugins/docker
|
||||||
repo: chewingbever/fej-builder
|
# repo: chewingbever/fej-builder
|
||||||
dockerfile: docker/Dockerfile.builder
|
# dockerfile: docker/Dockerfile.builder
|
||||||
tag: [ latest ]
|
# tag: [ latest ]
|
||||||
secrets: [ docker_username, docker_password ]
|
# secrets: [ docker_username, docker_password ]
|
||||||
when:
|
# when:
|
||||||
branch: develop
|
# branch: develop
|
||||||
event: push
|
# 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:
|
||||||
|
|
Loading…
Reference in New Issue