-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: reafactoring makefile and packaging #430
base: main
Are you sure you want to change the base?
Conversation
|
autoindex: ${TOOLS} | ||
autoindex prestashop:add:index "${WORKDIR}" | ||
|
||
# target: header-stamp - Add header stamp to files |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.phony manquant
php-scoper: ${WORKDIR}/vendor ${WORKDIR}/vendor/.scoped | ||
|
||
# target: autoindex - Automatically add index.php to each folder (fix for misconfigured servers) | ||
autoindex: ${TOOLS} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.phony manquant
header-stamp: ${TOOLS} | ||
header-stamp --target="${WORKDIR}" --license="assets/afl.txt" --exclude=".github,node_modules,vendor,tests,_dev" | ||
|
||
# target: version - Update the version in various files |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.phony manquant
environment: | ||
- MYSQL_HOST=mysql | ||
- MYSQL_USER=prestashop | ||
- MYSQL_PASSWORD=prestashop |
Check failure
Code scanning / SonarCloud
MySQL database passwords should not be disclosed High
|
Disclaimer
This PR will be closed as soon as each item will be merged in smaller PRs.
See :
Previous work changes