Try fixing git magic.
This commit is contained in:
parent
7e5b81d097
commit
ee1d741f4b
1 changed files with 2 additions and 1 deletions
|
@ -38,10 +38,11 @@ push-to-public:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
script:
|
script:
|
||||||
|
- git remote rm public || true
|
||||||
- git remote add -f public https://prime:${CI_PUSH_TOKEN}@gitlab.com/slon/shad-go.git
|
- git remote add -f public https://prime:${CI_PUSH_TOKEN}@gitlab.com/slon/shad-go.git
|
||||||
- git config --global user.email 'prime@yandex-team.ru'
|
- git config --global user.email 'prime@yandex-team.ru'
|
||||||
- git config --global user.name 'Fedor Korotkiy'
|
- git config --global user.name 'Fedor Korotkiy'
|
||||||
- git fetch public
|
- git fetch public
|
||||||
- git branch -D public
|
- git branch -D public || true
|
||||||
- git branch public public/master
|
- git branch public public/master
|
||||||
- testtool export --push
|
- testtool export --push
|
||||||
|
|
Loading…
Reference in a new issue