Skip to content
Snippets Groups Projects
Commit 3e41bba7 authored by Radim Peša's avatar Radim Peša
Browse files

Update .gitlab-ci.yml

parent 6dee1399
No related branches found
No related tags found
No related merge requests found
Pipeline #60232 failed
......@@ -149,3 +149,33 @@ deploy to k8s dev:
<<: *deploy-to-k8s-template
only:
- dev
#SANDBOX
mellon sandbox:
<<: *mellon-template
variables:
NAMESPACE: -sandbox
only:
- sandbox
cBioDb build sandbox:
<<: *cbio-db-build-template
only:
refs:
- sandbox
cBioJob build sandbox:
<<: *cbio-job-build-template
only:
refs:
- sandbox
deploy to k8s sandbox:
variables:
NAMESPACE: cbio-on-demand-sandbox
DOMAIN: cbiood-sandbox
DATAHUB: datahub-sandbox
<<: *deploy-to-k8s-template
only:
- sandbox
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment