From 8bd99f75b4e40bfb7fbdde48048c2881fd0bba0f Mon Sep 17 00:00:00 2001
From: Athanasios Karmas <karmas@athenarc.gr>
Date: Mon, 6 Sep 2021 12:58:24 +0000
Subject: [PATCH] Update README.md to reflect changes in the Gitlab CI/CD
 variables

---
 README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index be45501e..5a83aba7 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,10 @@ Build and distribute software with Spack
 
 The following variable(s) must be set up if not or re-configured if tokens expire.  
 	  
-OPENSHIFT_TOKEN: Token to login to OpenShift cluster (with the "gitlab" service account) 
+OPENSHIFT_TOKEN: Token to login to OpenShift cluster (with the "gitlab" service account)  
+OPENSHIFT_DEV_SERVER: The URL of the OpenShift Development cluster needed for deploying software in lab-int environment  
+BUILD_ENV: The name of the environment to deploy the software of the next commit  
+OPERATION: The operation to perform on the spack environment (one of the following: testing, create, update, delete)
   
 ## Copy spack .yaml files and packages to the Openshift job pod that does the build
 
-- 
GitLab