Skip to content

Commit

Permalink
second line also has || true; more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-mm committed Sep 28, 2023
1 parent 8ec52c6 commit d1df983
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ function initialize {
# any user environment settings.
# So, we ignore this error for now, as functionally the asciigraph still is installed and works for Eco-CI
go install github.com/guptarohit/asciigraph/cmd/asciigraph@latest || true
ascii_graph_path=$(go list -f '{{.Target}}' github.com/guptarohit/asciigraph/cmd/asciigraph)
ascii_graph_path=$(go list -f '{{.Target}}' github.com/guptarohit/asciigraph/cmd/asciigraph) || true
echo $ascii_graph_path
fi

# check for gcc
Expand Down

0 comments on commit d1df983

Please sign in to comment.