ci: mirroring job fix
This commit is contained in:
parent
8fac37d685
commit
135e7dd9b2
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