Skip to content
Snippets Groups Projects
Commit b450d269 authored by Vincent Texier's avatar Vincent Texier
Browse files

[CI] Fix .push_to_github to use current git clone

parent 8d65a8eb
No related branches found
No related tags found
No related merge requests found
Pipeline #6114 passed with warnings
......@@ -14,12 +14,6 @@ image: registry.duniter.org/docker/python3/duniterpy-builder:0.0.4
tags:
- github
after_script:
# remove last clone
- cd ..
- rm -rf ./duniterpy
# do a mirror clone
- git clone --mirror $CI_REPOSITORY_URL
- cd ./duniterpy.git
# config repository
- git remote add github $GITHUB_URL_AND_KEY
- git config --global user.email "contact@duniter.org"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment