Skip to content
Snippets Groups Projects
Commit dd6f0e23 authored by Athanasios Karmas's avatar Athanasios Karmas
Browse files

Update .gitlab-ci.yml

parent b9588a9b
No related branches found
No related tags found
No related merge requests found
Pipeline #3136 canceled with stage
in 8 seconds
......@@ -6,6 +6,7 @@ variables:
#BUILD_ENV: int-build
#BUILD_ENV: ebrains/ for DT
BUILD_ENV: test-build
OP: create
deploy-build-environment:
stage: deploy
......@@ -14,7 +15,7 @@ deploy-build-environment:
script:
# create job description file
- chmod a+x create_job.sh
- ./create_job.sh $BUILD_ENV
- ./create_job.sh $BUILD_ENV $OP
- cat simplejob.yml
# select the project in openshift
- oc project jupyterhub-int
......
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