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

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

added deployment to be dependend on passing tests

parent c59300ef
4 merge requests!132Bringing July Release to production,!128Fixing #315 and #319,!126Continous Deployment with E2E Tests,!125Publish docker image
......@@ -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