From 7413abf0a8ecf794c2d5e120a873015cea5f0f1b Mon Sep 17 00:00:00 2001 From: Athanasios Karmas <karmas@athenarc.gr> Date: Thu, 22 Jul 2021 09:32:37 +0000 Subject: [PATCH] change openshift project --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 99b20b59..c776d154 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,7 @@ deploy-build-environment: - ./create_job.sh $BUILD_ENV $OP $SWIFT_FILE $CI_PIPELINE_ID - cat simplejob.yml # select the project in openshift - - oc project jupyterhub-int + - oc project jupyterhub-dev # delete the job (if exist) #- oc delete job simplejob || true # start the deploy job -- GitLab