Merge pull request 'ci: mirroring job fix' from ci into master
Reviewed-on: https://hattori.ztsh.eu/stawros/hackerrank/pulls/3
This commit is contained in:
commit
f819b19c93
1 changed files with 6 additions and 1 deletions
|
@ -7,7 +7,12 @@ steps:
|
||||||
- git clone $CI_REPO_CLONE_URL repository
|
- git clone $CI_REPO_CLONE_URL repository
|
||||||
- cd repository
|
- cd repository
|
||||||
- git push https://Administrator:$GIT_PAT@git.ztsh.eu/Administrator/hackerrank.git
|
- git push https://Administrator:$GIT_PAT@git.ztsh.eu/Administrator/hackerrank.git
|
||||||
secrets: [git_pat]
|
secrets: [ git_pat ]
|
||||||
|
|
||||||
when:
|
when:
|
||||||
branch: master
|
branch: master
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
|
||||||
|
depends_on:
|
||||||
|
- maven
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue