Skip to content
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

When using PLUGINS_COMMIT stalls in run-worker.sh #181

Open
ErinWeisbart opened this issue Sep 10, 2024 · 0 comments
Open

When using PLUGINS_COMMIT stalls in run-worker.sh #181

ErinWeisbart opened this issue Sep 10, 2024 · 0 comments

Comments

@ErinWeisbart
Copy link
Member

With git checkout ${PLUGINS_COMMIT} || echo "No such commit, branch, or version; failing here." & exit 1
Doesn't return error message but it stalls forever (presumably because it's triggering exit)

Screenshot 2024-09-10 at 3 17 07 PM

With git checkout ${PLUGINS_COMMIT} || echo "No such commit, branch, or version; failing here." && exit 1
Returns more information but is still presumably triggering exit as it stalls forever after checkout.

Screenshot 2024-09-10 at 3 19 53 PM

With git checkout ${PLUGINS_COMMIT} || echo "No such commit, branch, or version; failing here." it proceeds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant