diff --git a/.drone.yml b/.drone.yml index a53abbd..bfc22d7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,8 +9,8 @@ steps: - apt update - 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 + - wget http://ftp.us.debian.org/debian/pool/main/r/reprepro/reprepro_5.4.2-1_amd64.deb && dpkg -i ./reprepro_5.4.2-1_amd64.deb + - rm ./reprepro_5.4.2-1_amd64.deb - bash ./import-gpg.sh - bash ./prepare-pages.sh