Changed the commit user
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6dd83aab19
commit
64462aa728
19
.drone.yml
19
.drone.yml
@ -30,6 +30,8 @@ steps:
|
|||||||
branch: main
|
branch: main
|
||||||
commit: true
|
commit: true
|
||||||
commit_message: new lib version [CI SKIP]
|
commit_message: new lib version [CI SKIP]
|
||||||
|
author_email: bot@odit.services
|
||||||
|
author_name: odit_bot
|
||||||
remote: git@git.odit.services:lfk/lib.git
|
remote: git@git.odit.services:lfk/lib.git
|
||||||
ssh_key:
|
ssh_key:
|
||||||
from_secret: GITLAB_SSHKEY
|
from_secret: GITLAB_SSHKEY
|
||||||
@ -44,20 +46,3 @@ trigger:
|
|||||||
event:
|
event:
|
||||||
include:
|
include:
|
||||||
- push
|
- push
|
||||||
|
|
||||||
# ---
|
|
||||||
# kind: pipeline
|
|
||||||
# name: release:onpush
|
|
||||||
|
|
||||||
# steps:
|
|
||||||
# - name: npm
|
|
||||||
# image: plugins/npm
|
|
||||||
# settings:
|
|
||||||
# token:
|
|
||||||
# from_secret: NPM_TOKEN
|
|
||||||
# email: info@odit.services
|
|
||||||
|
|
||||||
# trigger:
|
|
||||||
# event:
|
|
||||||
# include:
|
|
||||||
# - push
|
|
Reference in New Issue
Block a user