Enabled the release pipeline [CI SKIP]
This commit is contained in:
parent
551cca391d
commit
ef3122b505
16
.drone.yml
16
.drone.yml
@ -23,7 +23,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- yarn
|
- yarn
|
||||||
- yarn build
|
- yarn build
|
||||||
# - npm --no-git-tag-version version ${SOURCE_TAG}
|
- npm --no-git-tag-version version ${SOURCE_TAG}
|
||||||
- name: push to repo
|
- name: push to repo
|
||||||
image: appleboy/drone-git-push
|
image: appleboy/drone-git-push
|
||||||
settings:
|
settings:
|
||||||
@ -34,14 +34,14 @@ steps:
|
|||||||
remote: git@git.odit.services:lfk/lfk-client-js.git
|
remote: git@git.odit.services:lfk/lfk-client-js.git
|
||||||
ssh_key:
|
ssh_key:
|
||||||
from_secret: GITLAB_SSHKEY
|
from_secret: GITLAB_SSHKEY
|
||||||
# - name: npm
|
- name: npm
|
||||||
# image: plugins/npm
|
image: plugins/npm
|
||||||
# settings:
|
settings:
|
||||||
# token:
|
token:
|
||||||
# from_secret: NPM_TOKEN
|
from_secret: NPM_TOKEN
|
||||||
# email: info@odit.services
|
email: info@odit.services
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
include:
|
exclude:
|
||||||
- push
|
- push
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@odit/lfk-client-js",
|
"name": "@odit/lfk-client-js",
|
||||||
"description": "A lib to interact with https://git.odit.services/lfk/backend. Use this version for native JS applications.",
|
"description": "A lib to interact with https://git.odit.services/lfk/backend. Use this version for native JS applications.",
|
||||||
"version": "0.0.3",
|
"version": "0.0.4",
|
||||||
"license": "CC-BY-NC-SA-4.0",
|
"license": "CC-BY-NC-SA-4.0",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user