[#45] Removed leftover comments

pull/72/head
Jef Roosens 2021-05-12 14:12:29 +02:00
parent faa4f713c8
commit b9d0bb7aa5
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
1 changed files with 0 additions and 24 deletions

View File

@ -21,7 +21,6 @@ pipeline:
- yarn install
- yarn run build
build-backend:
image: chewingbever/fej-builder:latest
pull: true
@ -83,26 +82,3 @@ pipeline:
# Push the cache, even on failure
when:
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 ]