Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DARIAH-DE OAI-PMH Services
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DARIAH-DE
DARIAH-DE OAI-PMH Services
Commits
cfe4a92e
Commit
cfe4a92e
authored
3 years ago
by
Stefan E. Funk
Browse files
Options
Downloads
Patches
Plain Diff
Remove gitlab ci branch testing for now
parent
97d5f393
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#275733
passed
3 years ago
Stage: test
Stage: build_version
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+7
-10
7 additions, 10 deletions
.gitlab-ci.yml
with
7 additions
and
10 deletions
.gitlab-ci.yml
+
7
−
10
View file @
cfe4a92e
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment