Update .gitlab-ci.yml file
This commit is contained in:
parent
7bc76d9306
commit
5a4d60eb03
@ -49,7 +49,7 @@ pages:
|
|||||||
|
|
||||||
publish to azure dev:
|
publish to azure dev:
|
||||||
image: rclone/rclone:1.67.0
|
image: rclone/rclone:1.67.0
|
||||||
stage: build
|
stage: deploy
|
||||||
when: manual
|
when: manual
|
||||||
needs:
|
needs:
|
||||||
- generateJavaDoc
|
- generateJavaDoc
|
||||||
@ -61,7 +61,7 @@ publish to azure dev:
|
|||||||
|
|
||||||
publish to azure prod:
|
publish to azure prod:
|
||||||
image: rclone/rclone:1.67.0
|
image: rclone/rclone:1.67.0
|
||||||
stage: build
|
stage: deploy
|
||||||
when: manual
|
when: manual
|
||||||
variables:
|
variables:
|
||||||
VERSION_NAME: "MAJOR.MINOR.PATCH"
|
VERSION_NAME: "MAJOR.MINOR.PATCH"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user