From 9d2ccb141516ede7b7d9c918906adf8159a70720 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Fri, 12 Feb 2021 08:55:57 -0800 Subject: [PATCH] tests: fetch tags in drone so git extraction tests will work --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index 3ce60f1..93b304c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,11 @@ kind: pipeline name: bootstrap steps: + - name: fetch tags + image: alpine/git + commands: + - git fetch --tags + - name: build_install_test image: python commands: