-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
bug reportIndicates that issue has been marked as a possible bug by its creatorIndicates that issue has been marked as a possible bug by its creator
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bug reportIndicates that issue has been marked as a possible bug by its creatorIndicates that issue has been marked as a possible bug by its creator