Skip to content
Snippets Groups Projects

update test branch

Merged Eleni Mathioulaki requested to merge master into test-spacktests-workaround
1 file
+ 1
4
Compare changes
  • Side-by-side
  • Inline
+ 1
4
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"
@@ -162,8 +161,6 @@ deploy-exp-release-prod-jsc:
build-spack-env-on-runner:
stage: build
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event' && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == 'master'
tags:
- docker-runner
- read-only