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

Fix gitlab ci file

parent 789607a2
No related branches found
No related tags found
No related merge requests found
Pipeline #291375 passed
......@@ -65,7 +65,7 @@ Build and Deploy JARs:
- ./oaipmh-webapp/target/*.deb
# Deploy DEB files to APTLY repository.
Deploy develop DEBs:
Deploy SNAPSHOT DEB:
stage: deploy_deb
only:
- develop
......@@ -77,7 +77,7 @@ Deploy develop DEBs:
extends:
- .deploy-deb
Deploy productive DEBs:
Deploy RELEASE DEB:
stage: deploy_deb
only:
- main
......
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