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

general#14 Add option to ignore abandoned packages

parent 0a83a1dc
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ variables:
DISABLE_NODE_ACCESS_REBUILD: 0
ENVIRONMENT_NAME: ${PROJECT_NAME}/$CI_COMMIT_REF_NAME
ENVIRONMENT_URL: https://www.example.com/$SITE_NAME
IGNORE_COMPOSER_ABANDONED_AUDIT: 0
IGNORE_COMPOSER_AUDIT: 0
IGNORE_COMPOSER_EXTENDED_AUDIT: 1
INITIAL_SETUP_COMMAND: 'echo "Nothing to do for initial setup"'
......
......@@ -718,7 +718,6 @@ Debug:
- git remote rm origin
- git remote add origin git@${CI_SERVER_HOST}:$CI_PROJECT_PATH.git
- composer update --no-interaction --no-progress --no-dev
- composer config --no-plugins --no-interaction audit.abandoned fail
- if [[ "$IGNORE_COMPOSER_AUDIT" == "0" ]]; then composer audit --no-dev --locked --format=table; fi
- git status >/tmp/test.log 2>&1
- EC=0
......@@ -759,7 +758,6 @@ Debug:
- !reference [.prepareaccess, before_script]
- !reference [.preparecomposerplugins, before_script]
script:
- composer config --no-plugins --no-interaction audit.abandoned fail
- composer audit --no-dev --locked --format=table
rules:
- if: $IGNORE_COMPOSER_AUDIT == "0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment