CircleCI-Public / continuation-orb

MIT License
12 stars 14 forks source link

Continue script is not working on alpine image (using sh) #23

Closed TimoPtr closed 1 year ago

TimoPtr commented 2 years ago

Orb version:

0.2.0

What happened:

When invoking the command continue on an alpine instance it fail with /bin/sh: syntax error: unexpected redirection

Expected behavior:

Working in the same way as on any other linux distribution that use bash.

Additional Information:

The issue is because of the syntax used in the continue.sh script.

I'm going to open a PR to fix the issue

FelicianoTech commented 2 years ago

Working in the same way as on any other linux distribution that use bash.

Alpine doesn't use bash.

Fernando-Abreu commented 1 year ago

This was fixed in #24