gitlab-ci-multi-runner 1.0.4 (014aa8c) Using Shell executor... Running on bscpm02... Fetching changes... HEAD is now at 93a44df Update .gitlab-ci.yml Checking out 93a44df8 as master... HEAD is now at 93a44df... Update .gitlab-ci.yml $ ssh-keygen -F github.com || ssh-keyscan -H github.com >> ~/.ssh/known_hosts # Host github.com found: line 1 type RSA |1|xe54Awwr+K56LOQ0CKLuqqb0Su4=|N/xu87Bml5Z+bxkKYd/xzi3pqE8= ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAq2A7hRGmdnm9tUDbO9IDSwBK6TbQa+PXYPCPy6rbTrTtw7PHkccKrpp0yVhp5HdEIcKr6pLlVDBfOLX9QUsyCOV0wzfjIJNlGEYsdlLJizHhbn2mUjvSAHQqZETYP81eFzLQNnPHt4EVVUh7VfDESU84KezmD5QlWpXLmvU31/yMf+Se8xhHTvKSCZIFImWwoG6mbUoWf9nzpIoaSjB+weqqUUmpaaasXVal72J+UX2B+2RPW3RcT0eOzQgqlJL3RKrTJvdsjE3JEAvGq3lGHSZXy28G3skua2SmVi/w4yCE6gbODqnTWlg7+wC604ydGXA8VJiS5ap43JXiUFFAaQ== $ git remote add github $UPSTREAM_REPOSITORY || true fatal: remote github already exists. $ git fetch github $ git push --follow-tags --set-upstream github $UPSTREAM_BRANCH To git@github.com:bsc-pm/nanox.git * [new branch] master -> master * [new tag] 0.6a -> 0.6a * [new tag] 0.8 -> 0.8 * [new tag] 0.9 -> 0.9 Branch master set up to track remote branch master from github. Build succeeded.