Compare commits

...

2 commits

View file

@ -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