18 lines
337 B
YAML
18 lines
337 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
|
|
event:
|
|
- push
|
|
|
|
depends_on:
|
|
- maven
|