Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
Storypath FVTT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
Sigil Services
Onyx Path
Storypath FVTT
Commits
93ee571a
Commit
93ee571a
authored
1 year ago
by
Kevin Dreßler
Browse files
Options
Downloads
Patches
Plain Diff
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
1 year ago
Stage: bundle
Stage: release
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
4
−
4
View file @
93ee571a
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment