Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Maximilian Sprengholz
a-long-view
Commits
df437da2
Commit
df437da2
authored
Dec 23, 2020
by
Maximilian Sprengholz
😵
Browse files
...
parent
e448e902
Pipeline
#14955
failed with stages
in 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
df437da2
...
...
@@ -30,11 +30,12 @@ gen_docs:
-
git commit -m "Document build ${CI_COMMIT_TAG} [ci skip]" || echo "Nothing to commit."
-
git remote rm origin && git remote add origin http://${GITLAB_USER_LOGIN}:${TOKEN}@scm.cms.hu-berlin.de/${CI_PROJECT_PATH}
-
git push -u origin temp-branch
-
git branch -D temp-branch
-
git tag -d ${CI_COMMIT_TAG}
-
git tag -a ${CI_COMMIT_TAG} -m "Bump to ${CI_COMMIT_TAG} [ci skip]"
-
git push origin :refs/tags/${CI_COMMIT_TAG}
-
git push origin master:refs/tags/${CI_COMMIT_TAG}
-
git checkout v1.2.0
-
git branch -D temp-branch
only
:
-
tags
...
...
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