Skip to content
Snippets Groups Projects
Commit 29d70b7c authored by mbrodhu's avatar mbrodhu
Browse files

Merge branch 'develop' of https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services into develop

parents 61281e9e c2052682
No related branches found
No related tags found
No related merge requests found
...@@ -81,16 +81,13 @@ build_and_deploy: ...@@ -81,16 +81,13 @@ build_and_deploy:
- ./oaipmh-webapp/target/*.deb - ./oaipmh-webapp/target/*.deb
# Just build any branch and test. NO JAR, NO DEB deployed hrer! # Just build any branch and test. NO JAR, NO DEB deployed hrer!
build_and_deploy: #build_and_deploy:
image: maven:3.8.3-jdk-8 # image: maven:3.8.3-jdk-8
only: # only:
- branches # - branches
except: # stage: deploy_java
- develop # script:
- main # - 'mvn $MAVEN_OPTS $MAVEN_CLI_OPTS $MAVEN_DEPLOY_OPTS -U clean verify'
stage: deploy_java
script:
- 'mvn $MAVEN_OPTS $MAVEN_CLI_OPTS $MAVEN_DEPLOY_OPTS -U clean verify'
# Deploy SNAPSHOT DEB file to APTLY repository. # Deploy SNAPSHOT DEB file to APTLY repository.
deploy_oaipmh-webapp_dev: deploy_oaipmh-webapp_dev:
......
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