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
Showing only changes of commit 9d2ccb1415 - Show all commits

View File

@ -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: