feat: Implement double-quoted filename features. #13
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue