tests: fetch tags in drone so git extraction tests will work
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Glen Whitney 2021-02-12 08:55:57 -08:00
parent 42dd557ba7
commit 9d2ccb1415
1 changed files with 5 additions and 0 deletions

View File

@ -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: