Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Maximilian Sprengholz
a-long-view
Commits
df437da2
Commit
df437da2
authored
Dec 23, 2020
by
Maximilian Sprengholz
😵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
...
parent
e448e902
Pipeline
#14955
failed with stages
in 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
.gitlab-ci.yml
.gitlab-ci.yml
+2
-1
No files found.
.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
Markdown
is supported
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