Update .gitlab-ci.yml file

This commit is contained in:
Christoph Schabert 2024-08-08 12:15:10 +02:00
parent 7bc76d9306
commit 5a4d60eb03

View File

@ -49,7 +49,7 @@ pages:
publish to azure dev:
image: rclone/rclone:1.67.0
stage: build
stage: deploy
when: manual
needs:
- generateJavaDoc
@ -61,7 +61,7 @@ publish to azure dev:
publish to azure prod:
image: rclone/rclone:1.67.0
stage: build
stage: deploy
when: manual
variables:
VERSION_NAME: "MAJOR.MINOR.PATCH"