From 35a54fd1e8c443e92a997ccc2e51150e6fe1a0d2 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Wed, 5 Sep 2018 09:24:36 +0200 Subject: [PATCH] CI: get pmbootstrap from master branch --- .gitlab-ci/install_pmbootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/install_pmbootstrap.sh b/.gitlab-ci/install_pmbootstrap.sh index 38657640e..eed26a4e6 100755 --- a/.gitlab-ci/install_pmbootstrap.sh +++ b/.gitlab-ci/install_pmbootstrap.sh @@ -4,7 +4,7 @@ # usage: install_pmbootstrap.sh [ADDITIONAL_PACKAGE, ...] # Config: pmbootstrap tag (or branch) -tag="feature/split-aports" +tag="master" # Get download URL and pmaports path url="https://gitlab.com/postmarketOS/pmbootstrap/-/archive/$tag/pmbootstrap-$tag.tar.bz2"