Skip to content
Snippets Groups Projects
Commit 12094985 authored by Ulf Seltmann's avatar Ulf Seltmann
Browse files

fixed typo in repo urls

parent 60400096
No related merge requests found
Pipeline #262 passed with stages
in 1 minute and 9 seconds
......@@ -99,7 +99,7 @@ gh_pages:
only:
- /^master/
script: |
git remote set-url origin https://${GITLAB_USER}:${GITLAB_TOKEN}@git.sc.uni-leipzig.de/ubl/bdd_dev/autoconfig.git
git remote set-url origin https://${GITLAB_USER}:${GITLAB_TOKEN}@git.sc.uni-leipzig.de/ubl/bdd_dev/dacap.git
mkdocs gh-deploy
tags:
- docker
......@@ -116,7 +116,7 @@ github_mirror:
cd /tmp
git clone --mirror ${CI_REPOSITORY_URL} project
cd project
git remote add github https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com/ubleipzig/autoconfig.git
git remote add github https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com/ubleipzig/dacap.git
git push --mirror github
tags:
- docker
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment