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

Error logged during workflow execution #30

Open
gcatanese opened this issue Aug 30, 2023 · 0 comments
Open

Error logged during workflow execution #30

gcatanese opened this issue Aug 30, 2023 · 0 comments
Labels
bug report Indicates that issue has been marked as a possible bug by its creator

Comments

@gcatanese
Copy link
Contributor

Describe the bug
All scripts used in the workflows log the same error/warning:

/usr/src/app/generateAll.sh: 4: [[: not found

It looks like the IF statement in the script does not work correctly

# Sets working tools
if [[ $OSTYPE == 'darwin'* ]]; then
  echo "MacOS detected. Alias sed to gsed."
  alias sed=gsed
fi

Check Github Action logs

Expected behavior
No error should be logged during the execution of the workflow

@gcatanese gcatanese added the bug report Indicates that issue has been marked as a possible bug by its creator label Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Indicates that issue has been marked as a possible bug by its creator
Projects
None yet
Development

No branches or pull requests

1 participant