platformsh-templates / nextjs-drupal

4 stars 3 forks source link

.gitignore perhaps incorrectly ignoring the next-drupal-debug directory? #12

Closed li-joel closed 1 year ago

li-joel commented 1 year ago

I just tried deploying a copy of this template to platform.sh via GitHub but the build failed due to not finding the next-drupal-debug directory, presumably because it's inside the .gitignore file. It seems to have been committed prior to being added to the .gitignore file. I have since removed it from my own .gitignore which fixed the build.

Is it correct that it's being .gitignore'd?

li-joel commented 1 year ago

Actually... I know the problem - this was caused by downloading a zip and committing into our own repo rather than cloning and changing the remote (which would've ensured the directory existed). All good - closing...