Skip to content
Snippets Groups Projects
Commit d063ecc6 authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

Add submodule update

parent ac64adc3
No related branches found
No related tags found
No related merge requests found
Pipeline #271676 failed
......@@ -68,6 +68,7 @@ build_and_deploy:
stage: deploy_java
script:
- 'git submodule init'
- 'git submodule update'
# REMOVE SKIPTESTS AND USE VERIFY AS SOON AS BOTH ARE FIXED...!!
# - 'mvn $MAVEN_OPTS $MAVEN_CLI_OPTS $MAVEN_DEPLOY_OPTS-U clean verify -Ptextgrid.deb'
- 'mvn $MAVEN_OPTS $MAVEN_CLI_OPTS $MAVEN_DEPLOY_OPTS -U clean package -Ptextgrid.deb -DskipTests=true'
......
Subproject commit 3a2ee78c0b8f26c20012c02c300dd8ea262e810f
Subproject commit 1616df8470d0805356d6dc2b4926c81bec37a554
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment