Merge branch '42-create-auto-deployment-pipeline' into 'master'

Bugfix of ci pipeline

Closes #42

See merge request marcel.schwarz/2020ss-qbc-geofence-timetracking!26
This commit is contained in:
Marcel Schwarz 2020-04-28 22:47:55 +00:00
commit 703bd5f51b

View File

@ -6,9 +6,8 @@ build-vue:
script:
- cd frontend
- docker build --pull -t vue .
only:
- merge_requests
rules:
- if: $CI_MERGE_REQUEST_ID
build-backend:
image: docker:latest
@ -18,13 +17,13 @@ build-backend:
script:
- cd backend
- docker build --pull -t backend .
only:
- merge_requests
rules:
- if: $CI_MERGE_REQUEST_ID
build-android:
image: debian
stage: build
script:
- echo "To be done"
only:
- merge_requests
rules:
- if: $CI_MERGE_REQUEST_ID