Skip to content

Commit

Permalink
Merge pull request #21 from robotology/pattacini-patch-1
Browse files Browse the repository at this point in the history
Fix entrypoint.sh
  • Loading branch information
traversaro authored Feb 16, 2024
2 parents b79570b + e3270de commit 14b4a4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ else
if [[ "$INPUT_FF_ONLY" == "true" ]]; then
echo "ff_only specified, but allow_ff isn't please update the options to make them consistent"
exit 1
fi
fi

git config --global --add safe.directory "$GITHUB_WORKSPACE"
Expand Down

0 comments on commit 14b4a4c

Please sign in to comment.