Skip to content

Commit 7ca25f5

Browse files
committed
restore SPACK_CI_DISABLE_STACKS
1 parent 68daa1d commit 7ca25f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ default:
7979
SPACK_CI_SCRIPTS_ROOT: "${CI_PROJECT_DIR}/share/spack/gitlab/cloud_pipelines/scripts"
8080

8181
rules:
82-
# - if: $SPACK_CI_DISABLE_STACKS =~ /.+/ && $SPACK_CI_STACK_NAME =~ $SPACK_CI_DISABLE_STACKS
83-
# when: never
82+
- if: $SPACK_CI_DISABLE_STACKS =~ /.+/ && $SPACK_CI_STACK_NAME =~ $SPACK_CI_DISABLE_STACKS
83+
when: never
8484
- if: $SPACK_CI_ENABLE_STACKS =~ /.+/ && $SPACK_CI_STACK_NAME !~ $SPACK_CI_ENABLE_STACKS
8585
when: never
8686
- if: $CI_COMMIT_REF_NAME == "develop" || $CI_COMMIT_REF_NAME =~ /^releases\/v.*/

0 commit comments

Comments
 (0)