remove drone github update step

This commit is contained in:
konrad 2018-11-28 22:54:20 +01:00
parent 29fb6d4190
commit 42ed060460
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 14 deletions

View File

@ -86,17 +86,3 @@ pipeline:
when:
event: [ push, tag ]
branch: [ master ]
# Update the mirror on github
github_mirror:
image: appleboy/drone-git-push
branch: master
remote: git@github.com:go-vikunja/frontend.git
remote_name: github
local_branch: master
followtags: true
force: false
commit: false
when:
event: [ push, tag ]
branch: [ master ]