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: