Added cicd restriction [CI SKIP]

pull/53/head
Jef Roosens 2021-04-24 12:44:53 +02:00
parent 3bdf79e824
commit 77e04d5b6b
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
pipeline:
test:
image: chewingbever/fej-builder:latest
# Always update the builder image
pull: true
commands:
- cargo test
branches: [ master, develop ]