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

Defined some global variables into CI/CD Variables so that a change in them...

Defined some global variables into CI/CD Variables so that a change in them does not result in new commits
parent 890d9416
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,9 @@ stages:
- deploy
variables:
OPENSHIFT_SERVER: https://okd-dev.hbp.eu
BUILD_ENV: test-build
OP: update
OPENSHIFT_SERVER: $OPENSHIFT_DEV_SERVER
BUILD_ENV: $BUILD_ENV
OP: $OPERATION
#SPACK_ENV_TAR_FILE: ebrains-spack-builds${CI_PIPELINE_ID}.tar.gz
SPACK_ENV_TAR_FILE: ebrains-spack-builds.tar.gz
......
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