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

Remove gitlab ci branch testing for now

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