Skip to content
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: move custom base-php files to proper location #1300

Merged
merged 1 commit into from
Feb 8, 2022

Conversation

megahirt
Copy link
Collaborator

@megahirt megahirt commented Feb 8, 2022

Description

Move the files referenced by the base-php image to the base-php folder. They used to be part of the app image, but when we moved to a base-php image build, we forgot to move the custom files. This commit puts them in the appropriate place.

Note, I do not believe that it is necessary to rebuild the base-php image as this change does not involve any functional difference to the existing image.

Fixes #1299

Checklist

  • I have performed a self-review of my own code
  • I have reviewed the title/description of this PR which will be used as the squashed PR commit message

fixes #1299

Move the files referenced by the base-php image to the base-php folder.  They used to be part of the app image, but when we moved to a base-php image build, we forgot to move the custom files.  This commit puts them in the appropriate place.
@github-actions
Copy link

github-actions bot commented Feb 8, 2022

Unit Test Results

    1 files      1 suites   12s ⏱️
373 tests 373 ✔️ 0 💤 0

Results for commit ccdabe0.

Copy link
Contributor

@longrunningprocess longrunningprocess left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree, no need to rebuild. Thanks for catching that lfmerge script too!

@megahirt megahirt merged commit 524c527 into develop Feb 8, 2022
@megahirt megahirt deleted the chore/moveFiles branch February 8, 2022 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Config files located in wrong place
2 participants