[master] a65d7e71e [cci] don't checkout the alpine branch

Guillaume Quintard guillaume at varnish-software.com
Sun Dec 29 14:07:08 UTC 2019


commit a65d7e71ea8d3e2b130fde6973d12f3bf20ae130
Author: Guillaume Quintard <guillaume at varnish-software.com>
Date:   Thu Dec 26 17:35:15 2019 +0000

    [cci] don't checkout the alpine branch

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 0d1c135c9..421357a2c 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -221,7 +221,6 @@ jobs:
             ssh-keyscan -H github.com >> ~/.ssh/known_hosts
             echo ${CIRCLE_REPOSITORY_URL}
             git clone --branch=weekly https://github.com/varnishcache/pkg-varnish-cache.git .
-            git checkout alpine
             tar cvzf debian.tar.gz debian --dereference
             tar cvzf redhat.tar.gz redhat --dereference 
             tar cvzf alpine.tar.gz alpine --dereference


More information about the varnish-commit mailing list