summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2018-06-04 08:40:12 +0100
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2018-06-04 08:40:12 +0100
commit9371e0852f33448e8fb63c9741c0690f741c4d54 (patch)
tree700f7c12344373895cd8e5085cd6579c38164285
parent4a60d018da7ec108d5722470c473914f21b23137 (diff)
downloaddefinitions-9371e0852f33448e8fb63c9741c0690f741c4d54.tar.gz
Stop adding the artifact by default if possible
-rw-r--r--.gitlab-ci.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 50cca656..d94018b4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,15 +45,15 @@ variables:
# If we can push, then enable push and pull for Baserock artifact cache
# (default config is pull only)
- - |
- if [ -n "$baserock_ostree_cache_private_key" ]; then
- mkdir -p ~/.config
- echo "projects:" > ~/.config/buildstream.conf
- echo " baserock:" >> ~/.config/buildstream.conf
- echo " artifacts:" >> ~/.config/buildstream.conf
- echo " url: ssh://ostree@ostree.baserock.org:22200/cache" >> ~/.config/buildstream.conf
- fi
- cat ~/.config/buildstream.conf
+ #- |
+ # if [ -n "$baserock_ostree_cache_private_key" ]; then
+ # mkdir -p ~/.config
+ # echo "projects:" > ~/.config/buildstream.conf
+ # echo " baserock:" >> ~/.config/buildstream.conf
+ # echo " artifacts:" >> ~/.config/buildstream.conf
+ # echo " url: ssh://ostree@ostree.baserock.org:22200/cache" >> ~/.config/buildstream.conf
+ # fi
+ # cat ~/.config/buildstream.conf
# Store all the downloaded git and ostree repos in the distributed cache.
# This saves us fetching them from git.baserock.org and further afield