Skip to content

Commit

Permalink
Merge pull request #65 from imclerran/update-ci-script
Browse files Browse the repository at this point in the history
Remove commented out lines in CI script
  • Loading branch information
imclerran authored Dec 12, 2024
2 parents 4bf8a89 + bfd6dd9 commit f7510ee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ci/all_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
# https://vaneyckt.io/posts/safer_bash_scripts_with_set_euxo_pipefail/
set -euxo pipefail

# roc='./roc_nightly/roc'
# roc=$(which roc) # for local use

if roc_path=$(which roc 2>/dev/null); then
roc="$roc_path"
else
Expand Down

0 comments on commit f7510ee

Please sign in to comment.