remove reprepro that got accidentally added
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
c327ce89d9
commit
713209d730
1 changed files with 1 additions and 1 deletions
|
@ -10,10 +10,10 @@ steps:
|
|||
- apt install -y git reprepro wget
|
||||
# Need >= 5.4.0, which isn't in the repos
|
||||
- wget http://ftp.us.debian.org/debian/pool/main/r/reprepro/reprepro_5.4.1-1_amd64.deb && dpkg -i ./reprepro_5.4.1-1_amd64.deb
|
||||
- rm ./reprepro_5.4.1-1_amd64.deb
|
||||
- bash ./prepare-pages.sh
|
||||
- mkdir -p /pkg/repo
|
||||
- mv repo /pkg/repo/apt
|
||||
- mv db /db
|
||||
environment:
|
||||
TAG: ${TAG}
|
||||
volumes:
|
||||
|
|
Reference in a new issue