From 93eceb59af9b0ee4baa2131889c000c31b460f3c Mon Sep 17 00:00:00 2001 From: Eleni Mathioulaki <emathioulaki@athenarc.gr> Date: Thu, 19 Jan 2023 15:25:40 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 129ee508..f8ad4f14 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,5 @@ stages: - build - - deploy - sync variables: @@ -9,7 +8,7 @@ variables: # start an OpenShift Job that will build the Spack environment .deploy-build-environment: - stage: deploy + stage: build script: # login and select project in openshift - oc login "$OPENSHIFT_SERVER" --token="$OPENSHIFT_TOKEN" -- GitLab