24 Commits

Author SHA1 Message Date
db8688d255 🚀New package version 0.1.5 [CI SKIP] 2021-04-13 16:37:30 +00:00
bee8c9df96 Added release title
Some checks failed
continuous-integration/drone Build is failing
2021-04-07 19:15:57 +02:00
8189fd9c0e Added tag to ignore list 2021-04-07 19:15:40 +02:00
a18c5d5598 Back to appleboy for push
All checks were successful
continuous-integration/drone Build is passing
2021-04-07 19:12:15 +02:00
be482ff6f1 Added upstream
Some checks failed
continuous-integration/drone Build is failing
2021-04-07 18:48:21 +02:00
103f9eb436 Added manual push
Some checks failed
continuous-integration/drone Build is failing
2021-04-07 18:47:39 +02:00
6d5bcf2802 Removed pushes
All checks were successful
continuous-integration/drone Build is passing
2021-04-07 18:47:16 +02:00
4a419d2862 Revert "Pushing manually again"
This reverts commit b5553936b0.
2021-04-07 18:46:46 +02:00
b5553936b0 Pushing manually again
ref #1
2021-04-07 18:44:21 +02:00
3f7d33af91 🚀New package version 0.0.5 [CI SKIP] 2021-04-07 16:35:09 +00:00
03a9810f48 Merge branch 'main' of git.odit.services:lfk/scanclient-electron into main
All checks were successful
continuous-integration/drone Build is passing
# Conflicts:
#	.drone.yml
2021-04-07 18:33:07 +02:00
fed8eb939b Now explicitly pushing tags
ref #1
2021-04-07 18:32:48 +02:00
d04bfe9faf 🚀New package version 0.0.4 [CI SKIP] 2021-04-07 16:30:47 +00:00
6fb5be4809 Now explicitly pushing tags
All checks were successful
continuous-integration/drone Build is passing
ref #1
2021-04-07 18:30:04 +02:00
c629bc673e 🚀New package version 0.0.3 [CI SKIP] 2021-04-07 16:25:50 +00:00
ba56e7ecaf Added sshkey secret
All checks were successful
continuous-integration/drone Build is passing
ref #1
2021-04-07 18:24:58 +02:00
8bec596290 Fixed remote name
Some checks failed
continuous-integration/drone Build is failing
ref #1
2021-04-07 18:23:19 +02:00
c15ecb6fb6 fixed typo
Some checks failed
continuous-integration/drone Build is failing
ref #1
2021-04-07 18:21:24 +02:00
0233961d6f Fixed typos / missing git commands
Some checks failed
continuous-integration/drone Build is failing
ref #1
2021-04-07 18:20:26 +02:00
582ab67098 Added api-triggered release ci
Some checks failed
continuous-integration/drone Build is failing
ref #1
2021-04-07 18:16:50 +02:00
72c46fdbb6 Renamed tag build in ci
ref #1
2021-04-07 18:16:34 +02:00
5b770c1c4a CI fix for linux build output file
All checks were successful
continuous-integration/drone/tag Build is passing
2021-03-19 20:08:06 +01:00
63538f87a4 CI
Some checks failed
continuous-integration/drone/tag Build is failing
2021-03-19 19:08:37 +01:00
60854511f9 CI integration 2021-03-19 19:08:26 +01:00
3 changed files with 175 additions and 1 deletions

82
.drone.yml Normal file
View File

@@ -0,0 +1,82 @@
---
kind: secret
name: gitea_token
get:
path: odit-git-bot
name: apikey
---
kind: secret
name: git_ssh
get:
path: odit-git-bot
name: sshkey
---
kind: pipeline
type: kubernetes
name: build:tag
steps:
- name: run electron packager
depends_on: ["clone"]
image: node:15.11.0-alpine3.13
commands:
- apk add git zip -f
- yarn
- yarn build
- mkdir dist
- zip -r dist/@lfk-scanclient-electron-linux-x64.zip out/@lfk-scanclient-electron-linux-x64
- name: gitea_release
depends_on: ["run electron packager"]
image: plugins/gitea-release
settings:
title: Release ${DRONE_TAG}
api_key:
from_secret: gitea_token
base_url: https://git.odit.services
files: dist/*
checksum:
- md5
- sha1
- sha256
- sha512
- adler32
- crc32
trigger:
event:
- tag
---
kind: pipeline
type: kubernetes
name: prepare:tag
steps:
- name: bump package version
image: node:alpine
commands:
- npm --no-git-tag-version version ${SOURCE_TAG}
- name: commit & tag
image: alpine/git
commands:
- git add .
- git commit -m "🚀New package version ${SOURCE_TAG} [CI SKIP]"
- git tag ${SOURCE_TAG} -a -m "Release ${SOURCE_TAG}"
- name: push to repo
image: appleboy/drone-git-push
settings:
commit: false
author_email: bot@odit.services
followtags: true
remote: git@git.odit.services:lfk/scanclient-electron.git
skip_verify: true
ssh_key:
from_secret: git_ssh
trigger:
event:
exclude:
- push
- tag
include:
- custom

View File

@@ -1,6 +1,6 @@
{
"name": "@lfk/scanclient-electron",
"version": "0.0.0",
"version": "0.1.5",
"description": "minimal electron application",
"main": "main.js",
"scripts": {

92
tmp.json Normal file
View File

@@ -0,0 +1,92 @@
{
"id": 112,
"tag_name": "0.1.1",
"target_commitish": "main",
"name": "0.1.1",
"body": "Husky 🐶\r\nCI build",
"url": "https://git.odit.services/api/v1/repos/lfk/scanclient/releases/112",
"html_url": "https://git.odit.services/lfk/scanclient/releases/tag/0.1.1",
"tarball_url": "https://git.odit.services/lfk/scanclient/archive/0.1.1.tar.gz",
"zipball_url": "https://git.odit.services/lfk/scanclient/archive/0.1.1.zip",
"draft": false,
"prerelease": false,
"created_at": "2021-03-19T17:51:46Z",
"published_at": "2021-03-19T17:51:46Z",
"author": {
"id": 2,
"login": "philipp",
"full_name": "Philipp Dormann",
"email": "philipp@philippdormann.de",
"avatar_url": "https://git.odit.services/user/avatar/philipp/-1",
"language": "en-US",
"is_admin": true,
"last_login": "2021-03-17T15:29:38Z",
"created": "2020-10-30T14:18:23Z",
"username": "philipp"
},
"assets": [
{
"id": 52,
"name": "sha512sum.txt",
"size": 143,
"download_count": 0,
"created_at": "2021-03-19T17:52:11Z",
"uuid": "acda3b63-6b2b-40f3-89d1-8cf2b255b18d",
"browser_download_url": "https://git.odit.services/attachments/acda3b63-6b2b-40f3-89d1-8cf2b255b18d"
},
{
"id": 51,
"name": "dist.zip",
"size": 99014,
"download_count": 1,
"created_at": "2021-03-19T17:52:11Z",
"uuid": "4b00c80a-ac17-4ad7-a5ba-5aed2e24b29a",
"browser_download_url": "https://git.odit.services/attachments/4b00c80a-ac17-4ad7-a5ba-5aed2e24b29a"
},
{
"id": 53,
"name": "adler32sum.txt",
"size": 25,
"download_count": 0,
"created_at": "2021-03-19T17:52:11Z",
"uuid": "a6183b19-71fc-485c-81f1-819d356f7526",
"browser_download_url": "https://git.odit.services/attachments/a6183b19-71fc-485c-81f1-819d356f7526"
},
{
"id": 54,
"name": "crc32sum.txt",
"size": 24,
"download_count": 0,
"created_at": "2021-03-19T17:52:11Z",
"uuid": "f39318ed-f92a-4fac-b5df-468cafd2df2f",
"browser_download_url": "https://git.odit.services/attachments/f39318ed-f92a-4fac-b5df-468cafd2df2f"
},
{
"id": 55,
"name": "md5sum.txt",
"size": 47,
"download_count": 0,
"created_at": "2021-03-19T17:52:11Z",
"uuid": "88601f1d-647a-40cc-ae44-55105eafa2f1",
"browser_download_url": "https://git.odit.services/attachments/88601f1d-647a-40cc-ae44-55105eafa2f1"
},
{
"id": 56,
"name": "sha1sum.txt",
"size": 55,
"download_count": 0,
"created_at": "2021-03-19T17:52:12Z",
"uuid": "04b67d7c-10f5-4e13-a11a-015eddf4591e",
"browser_download_url": "https://git.odit.services/attachments/04b67d7c-10f5-4e13-a11a-015eddf4591e"
},
{
"id": 57,
"name": "sha256sum.txt",
"size": 79,
"download_count": 0,
"created_at": "2021-03-19T17:52:12Z",
"uuid": "77252928-127c-4cb6-b69c-956c5b8c0708",
"browser_download_url": "https://git.odit.services/attachments/77252928-127c-4cb6-b69c-956c5b8c0708"
}
]
}