Commit c4cc9557 authored by kohl42's avatar kohl42
Browse files

removing runner config as mirror is handled internally by gitlab now

parent 538ab4ba
Loading
Loading
Loading
Loading

.gitlab-ci.yml

deleted100644 → 0
+0 −7
Original line number Diff line number Diff line
# Mirroring to github
mirror:
  script:
    - git config --global push.default simple
    - git checkout ${CI_COMMIT_REF_NAME}
    - git push -v https://${GITHUB_USERNAME}:${GITHUB_TOKEN}@github.com/${GITHUB_REPO}.git
    #- git push -q https://${GITHUB_USERNAME}:${GITHUB_TOKEN}@github.com/${GITHUB_REPO}.git