Skip to content

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

Description

@ErinWeisbart

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions