Skip to content
Snippets Groups Projects
Commit 4df5f28f authored by Zack Wong's avatar Zack Wong
Browse files

Update .gitlab-ci.yml

parent 0a469c0b
1 merge request!4Coffee testing
...@@ -40,6 +40,7 @@ deploy_testing: ...@@ -40,6 +40,7 @@ deploy_testing:
environment: environment:
name: test/$CI_COMMIT_REF_NAME name: test/$CI_COMMIT_REF_NAME
url: https://$CI_COMMIT_REF_NAME.test.ucc.asn.au url: https://$CI_COMMIT_REF_NAME.test.ucc.asn.au
on_stop: stop_testing
except: except:
- master - master
...@@ -66,7 +67,7 @@ deploy_staging: ...@@ -66,7 +67,7 @@ deploy_staging:
only: only:
- master - master
stop_test: stop_testing:
stage: deploy stage: deploy
variables: variables:
GIT_STRATEGY: none GIT_STRATEGY: none
......
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