CICD Upgrade #72

Merged
Jef Roosens merged 20 commits from 45-cicd into develop 2021-05-13 10:44:17 +02:00
Showing only changes of commit c8bfc16af8 - Show all commits

View file

@ -30,6 +30,13 @@ pipeline:
- cargo build - cargo build
# =====TESTING=====
test-backend:
image: chewingbever/fej-builder:latest
commands:
- cargo test
# =====LINTING===== # =====LINTING=====
lint-frontend: lint-frontend:
image: node:15-alpine3.13 image: node:15-alpine3.13
@ -47,13 +54,6 @@ pipeline:
- cargo clippy -- -D warnings - cargo clippy -- -D warnings
# =====TESTING=====
test-backend:
image: chewingbever/fej-builder:latest
commands:
- cargo test
# =====REBUILD & FLUSH CACHE===== # =====REBUILD & FLUSH CACHE=====
rebuild-cache: rebuild-cache:
image: plugins/s3-cache image: plugins/s3-cache