From 76b3512a1cb17af989a132acdebcab4e449ee76e Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Fri, 3 Jul 2020 01:17:12 +0200 Subject: [PATCH] CI: aports-static: remove redundant apk add git (MR 1388) install_pmbootstrap.sh is already installing git, and that line can be used to install additional dependencies (as done currently with pytest). --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 341d7c199..f286824e5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -70,7 +70,6 @@ aports-static: - wget "https://gitlab.com/postmarketOS/ci-common/-/raw/master/install_pmbootstrap.sh" - sh ./install_pmbootstrap.sh pytest script: - - apk -q add git - su pmos -c ".gitlab-ci/run_testcases.sh" - su pmos -c ".gitlab-ci/check_changed_aports_versions.py" artifacts: