diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 37f4ecee51261c329a2aa8faef2d5375e8e29d74..6019faef4c133056ffc7f521421243caef088248 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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