remove drone github update step
This commit is contained in:
parent
29fb6d4190
commit
42ed060460
1 changed files with 0 additions and 14 deletions
14
.drone.yml
14
.drone.yml
|
@ -86,17 +86,3 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
event: [ push, tag ]
|
event: [ push, tag ]
|
||||||
branch: [ master ]
|
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 ]
|
|
||||||
|
|
Loading…
Reference in a new issue