gitlab manual trigger set

This commit is contained in:
sumedh
2024-08-09 00:26:30 +05:30
parent 73e9d63330
commit 552e291ccb

View File

@@ -14,6 +14,7 @@ build-job:
artifacts: artifacts:
paths: paths:
- target/*.jar - target/*.jar
when: manual
tags: tags:
- OLYMPUS - OLYMPUS
@@ -43,6 +44,7 @@ docker_build-job: # This job runs in the test stage.
- if: $CI_COMMIT_BRANCH - if: $CI_COMMIT_BRANCH
exists: exists:
- Dockerfile - Dockerfile
when: manual
tags: tags:
- OLYMPUS - OLYMPUS