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:
parent
784782f543
commit
76b3512a1c
1 changed files with 0 additions and 1 deletions
|
@ -70,7 +70,6 @@ aports-static:
|
||||||
- wget "https://gitlab.com/postmarketOS/ci-common/-/raw/master/install_pmbootstrap.sh"
|
- wget "https://gitlab.com/postmarketOS/ci-common/-/raw/master/install_pmbootstrap.sh"
|
||||||
- sh ./install_pmbootstrap.sh pytest
|
- sh ./install_pmbootstrap.sh pytest
|
||||||
script:
|
script:
|
||||||
- apk -q add git
|
|
||||||
- su pmos -c ".gitlab-ci/run_testcases.sh"
|
- su pmos -c ".gitlab-ci/run_testcases.sh"
|
||||||
- su pmos -c ".gitlab-ci/check_changed_aports_versions.py"
|
- su pmos -c ".gitlab-ci/check_changed_aports_versions.py"
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Add table
Reference in a new issue