From 0efbac6da9b7c630a3ad3e3033377398bd2f3a23 Mon Sep 17 00:00:00 2001 From: Athanasios Karmas <karmas@athenarc.gr> Date: Sun, 18 Jul 2021 10:34:42 +0000 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b74e9e99..c1395c53 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,15 @@ Build and distribute software with Spack neuron nest +## Gitlab CI/CD Enviromental variables + +The following variables must be set up if not or re-configured if tokens expire. + +OBJSTORE: Public URL of OpenStack SWIFT public bucket used to store the to deployed spack build environment +OPENSHIFT_TOKEN: Token to login to OpenShift cluster +OS_TOKEN: Token to access OpenStack SWIFT + + ## Bulding software binaries with Spack **ToDo: The current build path needs to be automated with CI (e.g. gitlab runners)** -- GitLab