Skip to content

Commit

Permalink
ci: some hacks to ensure jenv can correctly add plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
easye committed Mar 12, 2024
1 parent aec08b5 commit 98ece29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions ci/ensure-jenv-is-present.bash
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ fi

eval "$(jenv init -)"



exec $SHELL -l
2 changes: 2 additions & 0 deletions ci/install-jenv.bash
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ fi

. ${DIR}/ensure-jenv-is-present.bash

# hack
export PROMP_COMMAND=""
jenv enable-plugin ant
jenv enable-plugin maven
jenv enable-plugin export
Expand Down

0 comments on commit 98ece29

Please sign in to comment.