Skip to content
Snippets Groups Projects
Commit 7ec4862a authored by thijsheijden's avatar thijsheijden
Browse files

CI/CD

parent 85190e2d
No related branches found
No related tags found
No related merge requests found
image: golang:1.16
stages:
- test
# - test
- build
- docker
- integration
......@@ -115,7 +115,7 @@ integration-tests:
- ssh -p 1234 -i ~/.ssh/id_rsa root@localhost "kubectl delete -f /root/kubernetes/integration/integrating-pod/pod.yml"
- if [[ $count = 1 ]]; then exit 1; else exit 0; fi
dependencies: []
deploy:
stage: deploy
only:
......
......@@ -23,6 +23,6 @@ spec:
- name: LOG_MESSAGES
value: "true"
- name: ARANGO_HOST
value: http://arangodb.default.svc.cluster.local:8529
value: https://datastrophe.science.uu.nl/
imagePullSecrets:
- name: docker-regcred
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment