- echo -e "Host kmda20\n\tStrictHostKeyChecking no\n\tHostName gl.gioc.kiev.ua\n\tPort 22\n\n" >> ~/.ssh/config - git config --global user.name "GitLabCi container git-ssh" - git remote show GIOC || git remote add GIOC git@kmda20:gioc/$CI_PROJECT_NAME.git - git branch -D $CI_COMMIT_REF_NAME || echo "no branch" - git checkout -b $CI_COMMIT_REF_NAME origin/$CI_COMMIT_REF_NAME - git push --force GIOC $CI_COMMIT_REF_NAME only: - stage@KitSoft/kyiv-account