Skip to content
Snippets Groups Projects
Commit 2c543f66 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Explicit python3

parent 97ac23af
No related branches found
No related tags found
1 merge request!35build: New dummy version for testing the pipeline
Pipeline #3215 failed
...@@ -173,7 +173,7 @@ upload-and-tag-release: ...@@ -173,7 +173,7 @@ upload-and-tag-release:
# Set release version and deploy. Commit, tag and push. # Set release version and deploy. Commit, tag and push.
- &release_and_tag # Change version in pom.xml - build new pom_with_models.xml - &release_and_tag # Change version in pom.xml - build new pom_with_models.xml
- "./mvnw $MAVEN_CLI_OPTS $MAVEN_OPTS validate -DremoveSnapshot" - "./mvnw $MAVEN_CLI_OPTS $MAVEN_OPTS validate -DremoveSnapshot"
- "python build_pom_with_models.py" - "python3 build_pom_with_models.py"
- export RELEASE_VERSION=$(./mvnw $MAVEN_POM_WITH_MODELS $MAVEN_CLI_OPTS $MAVEN_OPTS --batch-mode --no-transfer-progress --non-recursive help:evaluate -Dexpression=project.version | grep -v "\[.*") - export RELEASE_VERSION=$(./mvnw $MAVEN_POM_WITH_MODELS $MAVEN_CLI_OPTS $MAVEN_OPTS --batch-mode --no-transfer-progress --non-recursive help:evaluate -Dexpression=project.version | grep -v "\[.*")
- echo "New version in release '$RELEASE_VERSION'" - echo "New version in release '$RELEASE_VERSION'"
- export RELEASE_TAG="v${RELEASE_VERSION}" - export RELEASE_TAG="v${RELEASE_VERSION}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment