summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml18
1 files 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