-
Notifications
You must be signed in to change notification settings - Fork 155
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
porter_build_bundle.sh: Permission denied #4377
Comments
Is the source code checked out to Windows or Linux file system? |
its in a linux github codespace |
What do you get if you run:
I get:
So user vscode should have read write and execute. |
|
humm same, let me re build my deployment container and see what happnes |
Strange. I think I have found the problem. It may have been down to how I did a merge of code bases. I did this on a windows system. So that may have broken things. |
Describe the bug
when running any section that uses porter_build_bundle.sh script. i get a Permission denied.
Steps to reproduce
Azure TRE release version (e.g. v0.14.0 or main):
v0.20.0
Deployed Azure TRE components - click the (i) in the UI:
UI Version: 0.6.3
API Version: 0.20.4
Temp fix is to run chmod +x on the needed files.
Possibly a idea to add this as a step in to the devcontainer build in the main TRE and the Deployment devcontainer.
The text was updated successfully, but these errors were encountered: