Skip to content
Snippets Groups Projects
Commit 93ee571a authored by Kevin Dreßler's avatar Kevin Dreßler
Browse files

Hide instance-specific CI jobs, allow it to run on official workers only

parent 740e94bd
No related branches found
No related tags found
No related merge requests found
Pipeline #804040985 passed
......@@ -17,7 +17,7 @@ variables:
PACKAGENAME: "$CI_PROJECT_NAME"
PRODNAME: "Storypath Foundry VTT System"
deploy:
.deploy:
stage: deploy
variables:
GIT_STRATEGY: none
......@@ -46,7 +46,7 @@ deploy:
- if: '$CI_COMMIT_BRANCH == "master" && $CI_COMMIT_TAG == null'
- if: '$CI_COMMIT_BRANCH == "main" && $CI_COMMIT_TAG == null'
stop_deploy:
.stop_deploy:
stage: deploy
tags:
- foundry
......@@ -62,7 +62,7 @@ stop_deploy:
name: StoryPath Foundry System
action: stop
backupWorld:
.backupWorld:
stage: .post
variables:
GIT_STRATEGY: none
......@@ -109,7 +109,7 @@ Publish:
- ${PACKAGENAME}-${CI_COMMIT_TAG}.zip
- ${CI_PROJECT_NAME}/system.json
submitJson:
.submitJson:
stage: update
variables:
GIT_STRATEGY: none
......
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