Set remote URl in git origin
This commit is contained in:
parent
376407e6fd
commit
5fd2207ed4
@ -64,8 +64,9 @@ update_catalogs:
|
|||||||
- 'git config user.name "Windows runner"'
|
- 'git config user.name "Windows runner"'
|
||||||
- 'git config user.email "manuel@manuelcortez.net"'
|
- 'git config user.email "manuel@manuelcortez.net"'
|
||||||
- 'git add .'
|
- 'git add .'
|
||||||
|
- 'git remote set-url --push origin git@code.manuelcortez.net:$env:CI_PROJECT_PATH'
|
||||||
- 'git commit -m "Updated locales"'
|
- 'git commit -m "Updated locales"'
|
||||||
- 'git push origin HEAD:master'
|
- 'git push origin HEAD:$env:CI_COMMIT_REF_NAME'
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user