We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10eacfe commit e15e9fcCopy full SHA for e15e9fc
docker/.tasks.yml
@@ -19,7 +19,7 @@ tasks:
19
dir: /tmp/
20
cmds:
21
- mkdir bin/
22
- - wget -q {{ .BASE }}/{{ .VERSION }}/cfssl_{{ .VERSION }}_linux_amd64 -O bin/cfssl
23
- - wget -q {{ .BASE }}/{{ .VERSION }}/cfssljson_{{ .VERSION }}_linux_amd64 -O bin/cfssljson
+ - wget -q ${BASE}/${VERSION}/cfssl_${VERSION}_linux_amd64 -O bin/cfssl
+ - wget -q ${BASE}/${VERSION}/cfssljson_${VERSION}_linux_amd64 -O bin/cfssljson
24
- chmod a+x /tmp/bin/cfssljson
25
- chmod a+x /tmp/bin/cfssl
0 commit comments