Skip to content

Commit

Permalink
ci (release): Skip e2e test onto 'release:perform' release target (al…
Browse files Browse the repository at this point in the history
…ready passed by 'release:prepare' target)
  • Loading branch information
JPPortier committed Sep 27, 2024
1 parent 61cc128 commit 55eb5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ mvn --batch-mode -s settings.xml release:clean release:prepare \
mvn --batch-mode -s settings.xml release:perform \
-Dusername="${GITHUB_USERNAME}" \
-Dpassword="${GITHUB_TOKEN}" \
-DskipTests=true || exit 1
-DskipTests=true -DskipITs || exit 1

# Update SDK.java file with next version information
SDK=$(java client/resources/SDKTemplate.java "$NEXT_VERSION_DEV") && echo "$SDK" > "$SDKFILE_PATH" || exit 1
Expand Down

0 comments on commit 55eb5e5

Please sign in to comment.