This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 124a2a36 authored by Eduard Frankford's avatar Eduard Frankford
Browse files

added deployment to be dependend on passing tests

parent 01a40c1c
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
......@@ -155,6 +155,9 @@ docker-push:
only:
refs:
- development
dependencies:
- maven-test
- frontend-test
variables:
REGISTRY_URL: sharing-codeability.uibk.ac.at:5051
IMAGE_TAG: sharing-codeability.uibk.ac.at:5051/sharing/codeability-sharing-platform
......@@ -168,7 +171,9 @@ deploy:
refs:
- development
dependencies:
- 'docker-push'
- docker-push
- maven-test
- frontend-test
image: ubuntu:20.04
before_script:
- apt-get update -qy
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment