8 Commits

Author SHA1 Message Date
bb473027af Merge pull request 'Added release config+pipelines feature/14-release_config' (#16) from feature/14-release_config into main
Reviewed-on: #16
2021-04-07 17:26:56 +00:00
da3e56d9dc Merge branch 'main' into feature/14-release_config 2021-04-07 17:23:27 +00:00
2f1567e802 Changed tag name scheme
ref #14
2021-04-07 19:22:39 +02:00
d83a908db6 Updated ci token and added electron build via ci custom call
ref #14
2021-04-07 18:12:45 +02:00
2fa6acea3a Merge branch 'dev' into main
All checks were successful
continuous-integration/drone/tag Build is passing
2021-03-19 18:49:35 +01:00
8809c583d0 Merge branch 'dev' into main
Some checks failed
continuous-integration/drone/tag Build is failing
2021-03-19 18:44:52 +01:00
f211e35517 Merge branch 'main' of https://git.odit.services/lfk/scanclient into main 2021-03-19 18:25:59 +01:00
76ccb2290e Merge pull request 'Husky pre-commit hooks 🐶' (#8) from dev into main
Reviewed-on: #8

close #4
close #5
2021-03-19 16:41:28 +00:00
2 changed files with 11 additions and 16 deletions

View File

@@ -7,10 +7,10 @@ get:
---
kind: secret
name: git_ssh
name: ci_token
get:
path: odit-git-bot
name: sshkey
path: odit-ci-bot
name: apikey
---
kind: pipeline
@@ -39,17 +39,12 @@ steps:
- sha512
- adler32
- crc32
- name: checkout electron
image: alpine/git
commands:
- git clone https://git.odit.services/lfk/scanclient-electron electron
- cd electron
- name: tag new version
image: node:alpine
commands:
- yarn
- yarn build
- npm --no-git-tag-version version ${DRONE_TAG}
- name: trigger electron build
image: idcooldi/drone-webhook
settings:
urls: https://ci.odit.services/api/repos/lfk/scanclient-electron/builds?SOURCE_TAG=${DRONE_TAG}
bearer:
from_secret: ci_token
trigger:
event:
- tag

View File

@@ -30,12 +30,12 @@
"git": {
"commit": true,
"requireCleanWorkingDir": false,
"commitMessage": "🚀Bumped version to v${version}",
"commitMessage": "🚀Bumped version to ${version}",
"requireBranch": "dev",
"push": false,
"tag": true,
"tagName": null,
"tagAnnotation": "v${version}"
"tagAnnotation": "${version}"
},
"npm": {
"publish": false