Skip to content

Commit

Permalink
remove commented out lines
Browse files Browse the repository at this point in the history
  • Loading branch information
imclerran committed Dec 12, 2024
1 parent 4bf8a89 commit bfd6dd9
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 bfd6dd9

Please sign in to comment.