Skip to content
Snippets Groups Projects
Verified Commit 2cb90157 authored by Ubbo Veentjer's avatar Ubbo Veentjer
Browse files

deploy only dev-branch and tags to nexus and aptly

parent f8682d45
No related branches found
No related tags found
No related merge requests found
Pipeline #305718 passed
...@@ -87,6 +87,9 @@ test: ...@@ -87,6 +87,9 @@ test:
# Build and deploy all the JARs to GWDG Nexus, and build all the DEBs and store DEBs to artifacts. # Build and deploy all the JARs to GWDG Nexus, and build all the DEBs and store DEBs to artifacts.
build_and_deploy: build_and_deploy:
only:
- develop
- tags
image: maven:3.8.3-jdk-8 image: maven:3.8.3-jdk-8
stage: build stage: build
script: script:
...@@ -141,7 +144,7 @@ deploy_aggregator_dev: ...@@ -141,7 +144,7 @@ deploy_aggregator_dev:
deploy_aggregator_prd: deploy_aggregator_prd:
only: only:
- main - tags
variables: variables:
PNAME: 'aggregator' PNAME: 'aggregator'
PPATH: './target' PPATH: './target'
......
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