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 37cd320 commit f8650b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +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
pushd ~/.klibio && set-java.sh 17 && popd # must not use pipe `2>&1 | tee -a $log_file`, cause export env vars will not work
~/.klibio/set-java.sh 17 # must not use pipe `2>&1 | tee -a $log_file`, cause export env vars will not work

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

0 comments on commit f8650b5

Please sign in to comment.