Skip to content
Snippets Groups Projects
Commit 49034618 authored by Jürgen Haas's avatar Jürgen Haas
Browse files

#14 Add Drupal Vendor Hardening Composer Plugin to production build task

parent c07dce08
No related branches found
No related tags found
No related merge requests found
......@@ -200,6 +200,10 @@ Debug:
# Run the following twice to ensure new patches get applied.
- composer install --no-interaction --no-progress --no-dev
- composer install --no-interaction --no-progress --no-dev
# Add the Drupal Vendor Hardening Composer Plugin.
# see https://github.com/drupal/core-vendor-hardening
- composer config --no-interaction allow-plugins.drupal/core-vendor-hardening true
- composer require --no-interaction --no-progress drupal/core-vendor-hardening
artifacts:
name: build-prod
when: always
......
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