[#45] Removed leftover comments
parent
faa4f713c8
commit
b9d0bb7aa5
|
@ -21,7 +21,6 @@ pipeline:
|
||||||
- yarn install
|
- yarn install
|
||||||
- yarn run build
|
- yarn run build
|
||||||
|
|
||||||
|
|
||||||
build-backend:
|
build-backend:
|
||||||
image: chewingbever/fej-builder:latest
|
image: chewingbever/fej-builder:latest
|
||||||
pull: true
|
pull: true
|
||||||
|
@ -83,26 +82,3 @@ pipeline:
|
||||||
# Push the cache, even on failure
|
# Push the cache, even on failure
|
||||||
when:
|
when:
|
||||||
status: [ success, failure ]
|
status: [ success, failure ]
|
||||||
|
|
||||||
|
|
||||||
# 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
|
|
||||||
# test-backend:
|
|
||||||
# image: chewingbever/fej-builder:latest
|
|
||||||
# # Always update the builder image
|
|
||||||
# pull: true
|
|
||||||
# commands:
|
|
||||||
# - cargo test
|
|
||||||
|
|
||||||
# TODO build dev & rel image, deploy these images
|
|
||||||
|
|
||||||
# branches: [ master, develop ]
|
|
||||||
|
|
Loading…
Reference in New Issue