Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Quantum Tinkerer
adaptive
Commits
498715fa
Commit
498715fa
authored
Aug 20, 2018
by
Joseph Weston
Browse files
ci: remove repository mirroring
It's now done by Gitlab itself using kwant-bot's account on Github.
parent
50898f7d
Pipeline
#11803
passed with stage
in 2 minutes and 18 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
498715fa
...
...
@@ -7,18 +7,3 @@ test:
artifacts
:
paths
:
-
htmlcov
mirror repository
:
allow_failure
:
true
variables
:
REPO
:
"
git@github.com:python-adaptive/adaptive.git"
before_script
:
-
mkdir ~/.ssh && chmod 700 ~/.ssh
-
ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
-
echo "$DEPLOY_KEY" > ~/.ssh/id_rsa && chmod 600 ~/.ssh/id_rsa
after_script
:
-
rm -rf ~/.ssh
script
:
-
ORIGIN_URL=$(git config --get remote.origin.url)
-
cd $(mktemp -d); git clone --bare $ORIGIN_URL .
-
git push --mirror $REPO
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