Skip to content

Commit

Permalink
show for build and publish only
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve committed Oct 18, 2023
1 parent 4a26cdf commit d89b2e0
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 @@ -56,6 +56,7 @@ ORGANIZATION=${DOCKERHUB_ORGANISATION:-jenkins}
remoting_version=${REMOTING_VERSION:-${remoting_version}}

if [[ "${target}" = "build" ]] ; then
make show
make build
exit_result=$?
exit_if_error
Expand All @@ -64,7 +65,6 @@ fi
test $exit_result -eq 0 || exit

if [[ "${target}" = "test" ]] ; then
make show
make test
exit_result=$?
exit_if_error
Expand Down

0 comments on commit d89b2e0

Please sign in to comment.