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
So it looks like this commit: 147c12b broke my builds. I can see bash: cache: command not found.
I'm not the expert in this stuff but 147c12b#diff-3ce1bafe737468bc6fc4d4f06a4b7e1fR34 doesn't whoami return root in docker? I think this if statement should be in different order.
The text was updated successfully, but these errors were encountered:
After sshing to the instance, I can see that our SEMAPHORE_AGENT_MACHINE_ENVIRONMENT_TYPE env var says VM and not container so perhaps that's the issue though not sure who's responsible for setting this one up.
Edit: on second thought, maybe sshing connects you to the host, not the container?
Hello!
So it looks like this commit: 147c12b broke my builds. I can see
bash: cache: command not found
.I'm not the expert in this stuff but 147c12b#diff-3ce1bafe737468bc6fc4d4f06a4b7e1fR34 doesn't
whoami
returnroot
in docker? I think thisif
statement should be in different order.The text was updated successfully, but these errors were encountered: