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

Update .gitlab-ci.yml file

parent d277edf6
No related branches found
No related tags found
No related merge requests found
Pipeline #267170 failed
...@@ -64,7 +64,7 @@ build_and_deploy: ...@@ -64,7 +64,7 @@ build_and_deploy:
image: maven:3.8.3-jdk-8 image: maven:3.8.3-jdk-8
only: only:
- develop - develop
- main # - main
stage: deploy_java stage: deploy_java
script: script:
- 'git submodule init' - 'git submodule init'
...@@ -88,7 +88,7 @@ deploy_aggregator_dev: ...@@ -88,7 +88,7 @@ deploy_aggregator_dev:
deploy_aggregator_prd: deploy_aggregator_prd:
only: only:
- main # - main
variables: variables:
PNAME: 'aggregator' PNAME: 'aggregator'
PPATH: '${PNAME}/target' PPATH: '${PNAME}/target'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment