From 8ddebf12d6222a2dc089ed92e127d4d430607e05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 30 May 2018 18:40:12 +0100 Subject: Disable cache server --- .gitlab-ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2510a0d4..4fa4bba8 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 -- cgit v1.2.1