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
I have changed both URLs (API and Server) to our own. However, when trying to run the workflow, there is a syntax error in the entrypoint.sh file:
However, I am not sure if I can just remove line 144 or not.
Line 144 was unchanged from the code:
join -v2 <(echo "$OLD_RUNS") <(echo "$NEW_RUNS")
This error pops up on the Run command.
The only thing different otherwise (apart from our own server and api links) that we may have is that we're using alpine version 3.14.1. Is this version okay too?
Thank you, and have a nice day.
The text was updated successfully, but these errors were encountered:
I have changed both URLs (API and Server) to our own. However, when trying to run the workflow, there is a syntax error in the entrypoint.sh file:
However, I am not sure if I can just remove line 144 or not.
Line 144 was unchanged from the code:
join -v2 <(echo "$OLD_RUNS") <(echo "$NEW_RUNS")
This error pops up on the Run command.
The only thing different otherwise (apart from our own server and api links) that we may have is that we're using alpine version 3.14.1. Is this version okay too?
Thank you, and have a nice day.
The text was updated successfully, but these errors were encountered: