From 79a8580d91af7ef7d769f1de1a25ae68f07901b6 Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Mon, 30 Oct 2023 17:57:34 +0100 Subject: [PATCH] tell drone to update rust images --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index 9e9ad53..47b6c9d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,7 @@ platform: steps: - name: test and build image: rust:1 + pull: always commands: - apt-get update -y - apt-get install -y libnftnl-dev libmnl-dev @@ -26,6 +27,7 @@ steps: - tag - name: release image: rust:1 + pull: always commands: - apt-get update -y - apt-get install -y libnftnl-dev libmnl-dev @@ -75,6 +77,7 @@ platform: steps: - name: test and build image: rust:1 + pull: always commands: - apt-get update -y - apt-get install -y libnftnl-dev libmnl-dev @@ -91,6 +94,7 @@ steps: - tag - name: release image: rust:1 + pull: always commands: - apt-get update -y - apt-get install -y libnftnl-dev libmnl-dev