ci: Master branch mirroring

This commit is contained in:
Piotr Dec 2024-03-15 01:05:56 +01:00
parent 7f65b0c418
commit d583784ee8
Signed by: stawros
GPG key ID: F89F27AD8F881A91

View file

@ -0,0 +1,13 @@
skip_clone: true
steps:
- name: mirror
image: bitnami/git:2.44.0
commands:
- git clone $CI_REPO_CLONE_URL repository
- cd repository
- git push https://Administrator:$GIT_PAT@git.ztsh.eu/Administrator/hackerrank.git
secrets: [git_pat]
when:
branch: master