Try fixing git magic.
This commit is contained in:
parent
2064ed6e46
commit
7e5b81d097
1 changed files with 2 additions and 1 deletions
|
@ -38,9 +38,10 @@ push-to-public:
|
|||
only:
|
||||
- master
|
||||
script:
|
||||
- git remote add 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.name 'Fedor Korotkiy'
|
||||
- git fetch public
|
||||
- git branch -D public
|
||||
- git branch public public/master
|
||||
- testtool export --push
|
||||
|
|
Loading…
Reference in a new issue