Add building on message in drone build

ubuntu/bionic
Jason Rhinelander 4 years ago
parent 6f6b34ed46
commit 194a8fd381

@ -24,6 +24,7 @@ local deb_pipeline(image, buildarch='amd64', debarch='amd64', jobs=6) = {
image: image,
environment: { SSH_KEY: { from_secret: "SSH_KEY" } },
commands: [
'echo "Building on ${DRONE_STAGE_MACHINE}"',
'echo "man-db man-db/auto-update boolean false" | debconf-set-selections',
'echo deb http://deb.loki.network' + repo_suffix + ' ' + distro + ' main >/etc/apt/sources.list.d/loki.list',
'cp debian/deb.loki.network.gpg /etc/apt/trusted.gpg.d',

Loading…
Cancel
Save