Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
ink
Commits
7554b987
Unverified
Commit
7554b987
authored
Dec 04, 2020
by
Michael Müller
Browse files
Revert me: Test if `publish-docs` job works
parent
4391a18d
Pipeline
#116142
failed with stages
in 2 minutes and 41 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7554b987
...
...
@@ -272,11 +272,6 @@ publish-docs:
variables
:
GIT_DEPTH
:
0
GIT_STRATEGY
:
none
rules
:
-
if
:
$CI_PIPELINE_SOURCE == "web"
-
if
:
$CI_PIPELINE_SOURCE == "schedule"
-
if
:
$CI_COMMIT_REF_NAME == "master"
-
if
:
$CI_COMMIT_REF_NAME == "tags"
script
:
-
rm -rf /tmp/*
-
unset CARGO_TARGET_DIR
...
...
@@ -299,7 +294,6 @@ publish-docs:
-
git add --all --force
-
git status
-
git commit -m "Updated docs for ${CI_COMMIT_REF_NAME} and pushed to gh-pages"
-
git push origin gh-pages --force
after_script
:
-
rm -rf .git/ ./*
...
...
Michael Müller
@cmichi
mentioned in commit
4549aa84
·
Dec 04, 2020
mentioned in commit
4549aa84
mentioned in commit 4549aa842235748c2fc334a9876f8c9c4c743a1f
Toggle commit list
Denis_P
🏑
@TriplEight
mentioned in commit
5115146d
·
Dec 04, 2020
mentioned in commit
5115146d
mentioned in commit 5115146d132559e68c9650259fa713d4e6f9ce1a
Toggle commit list
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment