We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
All scripts used in the workflows log the same error/warning:
It looks like the IF statement in the script does not work correctly
Check Github Action logs
Expected behavior
No error should be logged during the execution of the workflow
The text was updated successfully, but these errors were encountered: