cu-uis / cu-starterkit-project

Development repository for Pantheon's recommended (future) Drupal 9+ upstream
1 stars 2 forks source link

Bug - web/sites/default/settings.pantheon.php not ignored by git #71

Closed kreynen closed 2 years ago

kreynen commented 2 years ago

Describe the bug

"Platform level" log error from Pantheon Support

+ echo 'The build step affected files that are not ignored by git:'
The build step affected files that are not ignored by git:
+ echo M web/sites/default/settings.pantheon.php
M web/sites/default/settings.pantheon.php

Looking at...

https://gitlab.cu.edu/uis-webdev/online-cu-starterkit/-/commits/master/web/sites/default/settings.pantheon.php https://gitlab.cu.edu/uis-webdev/online-cu-starterkit/-/commits/master/.gitignore

... they haven't been modified for 2 months.

Very confused about why this stopped working before the ignore for cu_base was added. If we add the /web/sites/default/settings.pantheon.php to the .gitignore, how does that file get deployed?

kreynen commented 2 years ago

https://github.com/cu-uis/cu-starterkit-project/pull/72