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).
This commit is contained in:
Oliver Smith 2020-07-03 01:17:12 +02:00 committed by Bart Ribbers
parent 784782f543
commit 76b3512a1c
No known key found for this signature in database
GPG key ID: 699D16185DAFAE61

View file

@ -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: