Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

Commit

Permalink
Merge branch 'test' into 'stable'
Browse files Browse the repository at this point in the history
Merge test to stable: v2.2.3-rc2

See merge request fairdata/fairdata-metax!12
  • Loading branch information
Tommi Pulli committed Apr 1, 2021
2 parents 20f9fe8 + 6b24da8 commit 61bdcb1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ clean_test:
script:
- ansible-playbook -i $ANSIBLE_INVENTORY $DELETE_PLAYBOOK -e "build_id=$CI_COMMIT_SHORT_SHA"
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
- if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME =~ /^(demo|stable|staging|test)$/
when: never
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
when: always
- when: on_failure

Expand All @@ -45,7 +47,7 @@ clean_gitlab_env:
script:
- echo "Cleaning deleted branches from environments"
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
- if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME !~ /^(demo|stable|staging|test)$/
when: manual
- when: never

Expand Down

0 comments on commit 61bdcb1

Please sign in to comment.