From dd6f0e239d128fb791ddf14cb204cb10f98f7c5e Mon Sep 17 00:00:00 2001 From: Athanasios Karmas <karmas@athenarc.gr> Date: Thu, 15 Jul 2021 13:44:31 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e5bd25a4..5b6dc535 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- GitLab