feat: Implement double-quoted filename features. #13
@ -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