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

fix: Maybe double quotes work better?

parent 26077604
No related branches found
No related tags found
No related merge requests found
Pipeline #1314 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