Skip to content

Commit

Permalink
Provide more info about deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonydahanne committed Feb 19, 2024
1 parent e2fd29b commit db14cd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

set -euo pipefail
set -euox pipefail

[[ -d $PWD/maven && ! -d $HOME/.m2 ]] && ln -s $PWD/maven $HOME/.m2

Expand Down Expand Up @@ -28,4 +28,4 @@ cat <<EOF > ~/.m2/settings.xml
EOF

cd cf-java-client
./mvnw -q -Dmaven.test.skip=true deploy
./mvnw -Dmaven.test.skip=true deploy

0 comments on commit db14cd3

Please sign in to comment.