Skip to content

Commit

Permalink
fix gh action build
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkir committed Apr 25, 2024
1 parent e5a6640 commit 0481a11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ log_file=_log/${ts}_build.log
echo -e "#\n# build - log file $log_file\n#\n" 2>&1 | tee -a $log_file

echo -e "#\n# sourcing environment from build\n#\n" 2>&1 | tee -a $log_file
. ~/.klibio/set-env.sh # must not use pipe `2>&1 | tee -a $log_file`, cause export env vars will not work
. ~/.klibio/set-java.sh 17 2>&1 | tee -a $log_file
pushd ~/.klibio && set-java.sh 17 && popd 2>&1 | tee -a $log_file

# signing
echo -e "#\n# sourcing sign properties\n#\n" 2>&1 | tee -a $log_file
Expand Down

0 comments on commit 0481a11

Please sign in to comment.