Skip to content

Commit

Permalink
ci: update the workshop examples after the project build
Browse files Browse the repository at this point in the history
  • Loading branch information
jponge committed Sep 20, 2023
1 parent aa4d55b commit 3b2b853
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .build/justfile-for-release
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ pre-release: decrypt-secrets init-gpg init-git
./mvnw --settings .build/maven-ci-settings.xml --batch-mode --no-transfer-progress versions:set -DnewVersion=${RELEASE_VERSION} -DgenerateBackupPoms=false
./mvnw --settings .build/maven-ci-settings.xml --batch-mode --no-transfer-progress versions:set -DnewVersion=${RELEASE_VERSION} -DgenerateBackupPoms=false -pl bom
jbang .build/UpdateDocsAttributesFiles.java --mutiny-version=${RELEASE_VERSION}
.build/update-workshop-target-version.sh "${RELEASE_VERSION}"
@echo "Check that the project builds (no tests)"
./mvnw --settings maven-settings.xml --batch-mode --no-transfer-progress clean install -Prelease -DskipTests
@echo "Bump workshop examples to ${RELEASE_VERSION}"
.build/update-workshop-target-version.sh "${RELEASE_VERSION}"
@echo "Check that the website builds"
[[ ${DEPLOY_WEBSITE} == "true" ]] && cd documentation && pipenv run mkdocs build

Expand Down

0 comments on commit 3b2b853

Please sign in to comment.