13 lines
292 B
YAML
13 lines
292 B
YAML
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
|