Removed pushes
continuous-integration/drone Build is passing Details

This commit is contained in:
Nicolai Ort 2021-04-07 18:47:16 +02:00
parent 4a419d2862
commit 6d5bcf2802
1 changed files with 0 additions and 17 deletions

View File

@ -62,23 +62,6 @@ steps:
- git add .
- git commit -m "🚀New package version ${SOURCE_TAG} [CI SKIP]"
- git tag ${SOURCE_TAG}
- name: push commit to repo
image: appleboy/drone-git-push
settings:
branch: main
commit: false
author_email: bot@odit.services
remote: git@git.odit.services:lfk/scanclient-electron.git
ssh_key:
from_secret: git_ssh
- name: push tag to repo
image: appleboy/drone-git-push
settings:
followtags: true
branch: ${SOURCE_TAG}
remote: git@git.odit.services:lfk/scanclient-electron.git
ssh_key:
from_secret: git_ssh
trigger:
event: