Skip to content
Snippets Groups Projects
Commit 3e199ce0 authored by jurgenhaas's avatar jurgenhaas
Browse files

#75 Ignore [SKIP_check4security] and [SKIP_check4outdated]...

#75 Ignore [SKIP_check4security] and [SKIP_check4outdated] when running check4updates
parent 2943fdac
Branches
No related tags found
No related merge requests found
......@@ -787,11 +787,11 @@ Debug:
script:
- composer audit --no-dev --locked --format=table
rules:
- if: $CI_COMMIT_MESSAGE =~ /SKIP_check4security/
- if: '$CI_COMMIT_MESSAGE =~ /SKIP_check4security/ && $CHECKUPDATES != "yes"'
when: never
- if: $CI_COMMIT_MESSAGE =~ /^Merge branch 'develop' into 'main'/
- if: '$CI_COMMIT_MESSAGE =~ /^Merge branch 'develop' into 'main'/'
when: never
- if: $IGNORE_COMPOSER_AUDIT == "0"
- if: '$IGNORE_COMPOSER_AUDIT == "0"'
when: always
- when: never
......@@ -821,10 +821,10 @@ Debug:
- composer outdated --minor-only --strict --no-interaction $OUTDATED_EXTRAS
- composer outdated --patch-only --strict --no-interaction $OUTDATED_EXTRAS
rules:
- if: $CI_COMMIT_MESSAGE =~ /SKIP_check4outdated/
- if: '$CI_COMMIT_MESSAGE =~ /SKIP_check4outdated/ && $CHECKUPDATES != "yes"'
when: never
- if: $CI_COMMIT_MESSAGE =~ /^Merge branch 'develop' into 'main'/
- if: '$CI_COMMIT_MESSAGE =~ /^Merge branch 'develop' into 'main'/'
when: never
- if: $IGNORE_COMPOSER_EXTENDED_AUDIT == "0"
- if: '$IGNORE_COMPOSER_EXTENDED_AUDIT == "0"'
when: always
- when: never
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment