Skip to content
Snippets Groups Projects
Commit 26077604 authored by Lene Wasskog's avatar Lene Wasskog
Browse files

fix: Output of variable in ci/cd

parent 32c8f1ec
Branches
Tags
No related merge requests found
Pipeline #1313 passed
...@@ -87,7 +87,7 @@ test_after_vips_common_changes: ...@@ -87,7 +87,7 @@ test_after_vips_common_changes:
script: script:
- echo $VERSION - echo $VERSION
- ./mvnw versions:use-dep-version -Dincludes=no.nibio.vips:VIPSCommon -DdepVersion=$VERSION -DforceVersion=true - ./mvnw versions:use-dep-version -Dincludes=no.nibio.vips:VIPSCommon -DdepVersion=$VERSION -DforceVersion=true
- echo 'Build model with no.nibio.vips:VIPSCommon:$VERSION' - echo 'Build model with no.nibio.vips:VIPSCommon:${VERSION}'
- ./mvnw $MAVEN_CLI_OPTS $MAVEN_OPTS package - ./mvnw $MAVEN_CLI_OPTS $MAVEN_OPTS package
tags: tags:
- vips-java - vips-java
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment