feat: Implement double-quoted filename features. #13
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user