From 827413b02954881ef7d6b0786dbc89f82caa9987 Mon Sep 17 00:00:00 2001
From: Athanasios Karmas <karmas@athenarc.gr>
Date: Mon, 6 Sep 2021 13:17:44 +0000
Subject: [PATCH] Transfer to the OpenShift pod that will perform the build,
 the script needed to create the configuration for the respective spackified
 JupyterLab kernel

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6929297e..14583517 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,7 @@ deploy-build-environment:
   stage: deploy
   before_script:
     - oc login "$OPENSHIFT_SERVER" --token="$OPENSHIFT_TOKEN"
-    - tar czf ${SPACK_ENV_TAR_FILE} packages/ repo.yaml spack.yaml
+    - tar czf ${SPACK_ENV_TAR_FILE} packages/ repo.yaml spack.yaml create_JupyterLab_kernel.sh
     - mkdir copy_folder
     - mv ${SPACK_ENV_TAR_FILE} copy_folder
   script:
-- 
GitLab