Skip to content
Snippets Groups Projects
Commit e11e6919 authored by Fabrice Gangler's avatar Fabrice Gangler :art:
Browse files

ci: temporary disabling of asset-map:compile

parent 9981a383
No related branches found
No related tags found
No related merge requests found
Pipeline #75868 passed
......@@ -364,7 +364,7 @@ php8.1_release-build:
- cd "${PHP_WEBAPP_DIR}/"
- composer install --no-dev --no-progress --no-suggest --no-interaction --no-scripts --optimize-autoloader
- composer audit
- APP_ENV=prod php bin/console asset-map:compile --no-interaction
# - APP_ENV=prod php bin/console asset-map:compile --no-interaction
- cp "${CI_PROJECT_DIR}/CHANGELOG.md" "${PHP_WEBAPP_DIR}/"
- cp "${CI_PROJECT_DIR}/LICENSE" "${PHP_WEBAPP_DIR}/"
- echo "${CI_PROJECT_TITLE}" >> "${PHP_WEBAPP_DIR}/README.txt"
......
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