WSL/SLF GitLab Repository
Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
snow-models
meteoio
Commits
f0d3c54e
Commit
f0d3c54e
authored
Jun 07, 2022
by
buergiss
Browse files
Pipeline: Trigger pages pipeline after release
parent
0adcc29b
Pipeline
#766
passed with stages
in 18 minutes and 25 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f0d3c54e
...
...
@@ -10,6 +10,7 @@ stages:
-
test coverage
-
release build
-
release
-
pages
build
:
stage
:
build
...
...
@@ -183,4 +184,15 @@ release:
link_type
:
'
other'
-
name
:
'
Documentation
only
package'
url
:
'
${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/meteoio/${CI_COMMIT_TAG#*-}/MeteoIO-${CI_COMMIT_TAG#*-}-doc.tar.gz'
link_type
:
'
other'
\ No newline at end of file
link_type
:
'
other'
update pages
:
stage
:
pages
before_script
:
[]
# overrides global before_script
rules
:
-
if
:
$CI_COMMIT_TAG
# Run this job when a tag is created manually
script
:
-
curl --request POST
--form token=${CI_JOB_TOKEN}
--form ref=main
"https://gitlabext.wsl.ch/api/v4/projects/174/trigger/pipeline"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment