diff options
| author | MagomeYae <[email protected]> | 2021-12-06 00:03:41 +0800 |
|---|---|---|
| committer | MagomeYae <[email protected]> | 2021-12-06 00:03:41 +0800 |
| commit | 24549aeb0d9a9d43108b92e7a00a11ec5f6350ac (patch) | |
| tree | 76c46cc3da47a0c2efe1913156ecab4d1d5eecfb | |
| parent | 13512ae341d85623786a724b90837688a0233524 (diff) | |
fix(pkg): Fix service name not correctly
* fix(ci): Fix build fail target not trigger correctly
Signed-off-by: MagomeYae <[email protected]>
| -rw-r--r-- | .gitlab-ci.yml | 4 | ||||
| -rw-r--r-- | repo/ksutils-probe-client/PKGBUILD | 4 | ||||
| -rw-r--r-- | repo/ksutils-probe-client/[email protected] (renamed from repo/ksutils-probe-client/[email protected]) | 0 |
3 files changed, 5 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b15262c..48e23b6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,9 @@ build: GIT_SUBMODULE_STRATEGY: recursive artifacts: - untracked: true + paths: + - packages/ + - .fail expire_in: 4 hours only: changes: diff --git a/repo/ksutils-probe-client/PKGBUILD b/repo/ksutils-probe-client/PKGBUILD index 756ccbb..ff5c86d 100644 --- a/repo/ksutils-probe-client/PKGBUILD +++ b/repo/ksutils-probe-client/PKGBUILD @@ -3,13 +3,13 @@ _basename=probe-client pkgname=ksutils-$_basename pkgver=2.4.0 -pkgrel=2 +pkgrel=3 pkgdesc='A probe client, for distributed systems' arch=('any') url=https://github.com/KunoiSayami/probe-client source=( git://github.com/KunoiSayami/probe-client#tag=2.4.0 + "[email protected]") license=('AGPL3') sha512sums=( 'SKIP' diff --git a/repo/ksutils-probe-client/[email protected] b/repo/ksutils-probe-client/[email protected] index 7b31983..7b31983 100644 --- a/repo/ksutils-probe-client/[email protected] +++ b/repo/ksutils-probe-client/[email protected] |
