From fd6431327695d3ae7aa714417e792f510a995099 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Thu, 7 Apr 2022 13:04:06 -0700 Subject: [PATCH] Update apt repos --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index fc696fd..95b6622 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,7 @@ steps: environment: VERSION: ${DRONE_TAG:-${DRONE_COMMIT}} commands: + - apt-get update - apt-get install -y --no-install-recommends restic - make test