Skip to content

Commit

Permalink
Merge pull request kroxylicious#866 from SamBarker/release_script
Browse files Browse the repository at this point in the history
default MVN_DEPLOY_DRYRUN to empty string
  • Loading branch information
SamBarker authored Jan 11, 2024
2 parents 4deaf54 + b45f0cb commit bb63c7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/stage-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ if [[ "${DRY_RUN:-false}" == true ]]; then
printf "${BLUE}Dry-run mode:${NC} no remote tags or PRs will be created, artefacts will be deployed to: ${DEPLOY_DRY_RUN_DIR}\n"
GIT_DRYRUN="--dry-run"
MVN_DEPLOY_DRYRUN="-DaltDeploymentRepository=ossrh::file:${DEPLOY_DRY_RUN_DIR}"
else
MVN_DEPLOY_DRYRUN=""
fi

if [[ "${SKIP_VALIDATION:-false}" != true ]]; then
Expand Down

0 comments on commit bb63c7c

Please sign in to comment.