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 /.gitlab-ci.yml | |
| 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]>
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 3 insertions, 1 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: |
