feat: Implement double-quoted filename features. #13

Merged
glen merged 7 commits from quoted_filename into main 2021-02-12 17:11:07 +00:00
1 changed files with 5 additions and 0 deletions
Showing only changes of commit 9d2ccb1415 - Show all commits

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: