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

Problems Running in an Enterprise environment (Syntax error?) #48

Open
RemusCM opened this issue Mar 18, 2022 · 1 comment
Open

Problems Running in an Enterprise environment (Syntax error?) #48

RemusCM opened this issue Mar 18, 2022 · 1 comment

Comments

@RemusCM
Copy link

RemusCM commented Mar 18, 2022

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:
image

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.

@rabih
Copy link
Contributor

rabih commented Oct 8, 2022

All that line does is merge the output of $OLD_RUNS and $NEW_RUNS. I believe it is used to ensure a run isn't duplicated.

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

2 participants