From 2b46814cc6cb320cd4e4bc4d8c1c59fb2e085e19 Mon Sep 17 00:00:00 2001 From: Athanasios Karmas <karmas@athenarc.gr> Date: Sun, 18 Jul 2021 10:37:46 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c1395c53..adf7d488 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,11 @@ Build and distribute software with Spack ## Gitlab CI/CD Enviromental variables -The following variables must be set up if not or re-configured if tokens expire. +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 +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 -- GitLab