Add stuff for fooling around with yq
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-09-08 09:19:03 +02:00
parent 9c89834d20
commit 91395a5f8e
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 12 additions and 0 deletions

View File

@ -6,4 +6,9 @@ dev_install:
install:
install abra $(HOME)/.local/bin/abra
get_yq:
wget https://github.com/mikefarah/yq/releases/download/3.3.2/yq_linux_amd64 && \
chmod +x yq_linux_amd64 && \
mv yq_linux_amd64 yq
.PHONY: dev_install install

7
test/abra.yml Normal file
View File

@ -0,0 +1,7 @@
---
name: mystack
secrets:
foo:
bar:
baz:
length: 128