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:
authorAsh McKenzie <amckenzie@gitlab.com>2023-02-01 08:48:38 +0300
committerAsh McKenzie <amckenzie@gitlab.com>2023-02-01 08:48:38 +0300
commitc6374249b0e2bb081bbc13a342004879a08be075 (patch)
treec915e4722912c637788d0ab79e391d36e4d2e01d
parent080916e6ba9dc013775ee83a52aba46fcd04de00 (diff)
WIP: Disable only for tags for nowashmckenzie/build-binaries-once-more
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3283a2048..1d624ab3f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -193,8 +193,8 @@ build:binaries:
cache:
- *cache_deps_configuration
- *cache_go_configuration
- only:
- - tags
+ # only:
+ # - tags
script:
# Just in case we start running CI builds on other architectures in future
- go version