/kbin RTR#18 Preparing for the refactoring #1288

Merged
ernest merged 4 commits from rtr18v5 into develop 2023-11-19 18:56:40 +00:00
There is no content yet.
ernest added 4 commits 2023-11-19 18:56:36 +00:00
Kbin CI/CD pipeline / build (pull_request) Successful in 1m4s Details
Kbin CI/CD pipeline / unit-test (pull_request) Successful in 36s Details
Kbin CI/CD pipeline / fixer-dry-run (pull_request) Successful in 52s Details
d1d2d11f53
/kbin RTR#18 Preparing for the refactoring
ernest merged commit f784bbade3 into develop 2023-11-19 18:56:40 +00:00
ernest deleted branch rtr18v5 2023-11-19 18:56:41 +00:00
cooperaj reviewed 2023-11-20 13:57:34 +00:00
@ -51,6 +51,12 @@ if [ "$1" == "php-fpm" ] || [ "$1" == "php" ] || [ "$1" == "bin/console" ]; then
bin/console doctrine:migrations:migrate --no-interaction
fi
if [ "$APP_ENV" == "prod" ]; then

Don't suppose you could explain why this was needed? I need to roll it into #132 in some way.

It's not currently implemented in the v1 version of this file and the production install is done at build time in the Dockerfile itself so the only reason you'd want it here I guess is for development work? Maybe.

Don't suppose you could explain why this was needed? I need to roll it into #132 in some way. It's not currently implemented in the v1 version of this file and the production install is done at build time in the Dockerfile itself so the only reason you'd want it here I guess is for development work? Maybe.
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Kbin/kbin-core#1288
There is no content yet.