summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2018-05-30 18:40:12 +0100
committerJavier Jardón <jjardon@gnome.org>2018-05-30 18:40:12 +0100
commit8ddebf12d6222a2dc089ed92e127d4d430607e05 (patch)
tree1a7ef5dfc09d4f6f6736ce335900801b271a27ab
parent8c6afcabbadb2521cf61c6f69ff17398d3e3aa82 (diff)
downloaddefinitions-jjardon/bst_1_1_2_test.tar.gz
Disable cache serverjjardon/bst_1_1_2_test
-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