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
Hello. Thank you so much for this demo. I'm just having one little problem...
Whenever I run cdk deploy, the permissions of my software/target directory get set to root. Because of this, I cannot run my tests in that directory (permission denied error.)
I am on Linux, so to fix this, I need to run chown on my project to change the owner of the directory back to my user.
Is there anyway to get around this besides running my mvn tests as root? Thank you.
The text was updated successfully, but these errors were encountered:
Hello. Thank you so much for this demo. I'm just having one little problem...
Whenever I run
cdk deploy
, the permissions of my software/target directory get set toroot
. Because of this, I cannot run my tests in that directory (permission denied error.)I am on Linux, so to fix this, I need to run
chown
on my project to change the owner of the directory back to my user.Is there anyway to get around this besides running my mvn tests as root? Thank you.
The text was updated successfully, but these errors were encountered: