gitlab-ci: No need for our ci repository

Just using debian buster makes things more stable.
This commit is contained in:
Guido Günther
2019-07-11 14:22:38 +02:00
parent 7fd51af4de
commit 706a04dbfc

View File

@ -4,10 +4,6 @@ stages:
- build - build
before_script: before_script:
- apt-get -y update
- apt-get -y install wget gnupg2
- echo "deb http://ci.puri.sm/ scratch librem5" > /etc/apt/sources.list.d/ci.list
- wget -O- https://ci.puri.sm/ci-repo.key | apt-key add -
- apt-get -y update - apt-get -y update
- apt-get -y build-dep . - apt-get -y build-dep .