Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2021-08-27 14:53:48 +0300
committerStan Hu <stanhu@gmail.com>2021-08-27 15:21:17 +0300
commite75b983e7afa2815b1cb7cb304f4f0ac03a8708f (patch)
tree64e9f0311593717061fcd745ca3f74328a390082
parent82376d70fc42e9ba2d338eeb4eeef1c62615df54 (diff)
Store _build/bin binaries as artifactssh-restore-pack-objects-hook
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 968d214fc..6bd2bcb55 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -116,6 +116,9 @@ build:
- go version
- make all git
- _support/test-boot .
+ artifacts:
+ paths:
+ - _build/bin
parallel:
matrix:
- GO_VERSION: [ "1.15", "1.16" ]