ci: mirroring job fix

This commit is contained in:
Piotr Dec 2024-03-15 22:49:22 +01:00
parent 8fac37d685
commit 135e7dd9b2
Signed by: stawros
GPG key ID: F89F27AD8F881A91

View file

@ -7,7 +7,12 @@ steps:
- git clone $CI_REPO_CLONE_URL repository
- cd repository
- git push https://Administrator:$GIT_PAT@git.ztsh.eu/Administrator/hackerrank.git
secrets: [git_pat]
secrets: [ git_pat ]
when:
branch: master
event:
- push
depends_on:
- maven