You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running make create typo3 deletes the folder app/ before it's created again.
This breaks further execution of make bash etc. because the folder is now found at a different inode:
$ git:(master) ✗ make bash
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
job-working-directory: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
job-working-directory: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
application@ac32b1160390:.$
The text was updated successfully, but these errors were encountered:
Running
make create typo3
deletes the folderapp/
before it's created again.This breaks further execution of
make bash
etc. because the folder is now found at a different inode:The text was updated successfully, but these errors were encountered: