Skip to content
Snippets Groups Projects
Commit 335eba39 authored by Jonathan Smith's avatar Jonathan Smith Committed by Jonathan Smith
Browse files

Issue #3049585 by jonathan1055: Run Next Major manually in scheduled pipelines...

Issue #3049585 by jonathan1055: Run Next Major manually in scheduled pipelines but automatically for everything else
parent bb6843fb
Branches
Tags
No related merge requests found
Pipeline #233109 passed with warnings
......@@ -60,6 +60,7 @@ variables:
- *show-variables
- cat composer.json
- composer show | awk '$0 ~ /rules|commerce|inline_entity_form|workbench|drush|devel_generate/ {print $1 "\t " $2}'
- composer show | awk '$0 ~ /rules|commerce|inline_entity_form|workbench|drush|devel_generate/ {print $0}'
composer (max PHP version):
# Using when: manual needs 'allow failure: true' otherwise the overall pipeline status shows 'blocked'
......@@ -83,7 +84,9 @@ composer (previous major):
composer (next major):
rules:
- !reference [ .opt-in-next-major-rule ]
- when: manual
- if: $CI_PIPELINE_SOURCE == "schedule"
when: manual
- when: on_success
allow_failure: true
before_script:
# Swap in a different composer file for Next Major. This loads dev versions or merge-request branches of several
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment