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

Transfer to the OpenShift pod that will perform the build, the script needed...

Transfer to the OpenShift pod that will perform the build, the script needed to create the configuration for the respective spackified JupyterLab kernel
parent 016a2812
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
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