Skip to content

Commit

Permalink
ci: fail early
Browse files Browse the repository at this point in the history
  • Loading branch information
easye committed Mar 11, 2024
1 parent 7697ba1 commit 9b6cf29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/install-openjdk.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail
DIR="$(cd -P "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

. ${DIR}/install-jenv.bash
Expand Down

0 comments on commit 9b6cf29

Please sign in to comment.