tests: fetch tags in drone so git extraction tests will work
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
42dd557ba7
commit
9d2ccb1415
@ -10,6 +10,11 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: bootstrap
|
name: bootstrap
|
||||||
steps:
|
steps:
|
||||||
|
- name: fetch tags
|
||||||
|
image: alpine/git
|
||||||
|
commands:
|
||||||
|
- git fetch --tags
|
||||||
|
|
||||||
- name: build_install_test
|
- name: build_install_test
|
||||||
image: python
|
image: python
|
||||||
commands:
|
commands:
|
||||||
|
Loading…
Reference in New Issue
Block a user