mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
sure, tfenv provides terraform, but only strictly
in practice it doesn’t it provides a tool to control terraform.io
This commit is contained in:
parent
8c9e9b469f
commit
2bbb1b578f
1 changed files with 3 additions and 1 deletions
|
@ -12,8 +12,10 @@ build:
|
||||||
script:
|
script:
|
||||||
- mkdir -p {{ prefix }}
|
- mkdir -p {{ prefix }}
|
||||||
- cp -R bin lib libexec share CHANGELOG.md "{{ prefix }}"
|
- cp -R bin lib libexec share CHANGELOG.md "{{ prefix }}"
|
||||||
|
|
||||||
provides:
|
provides:
|
||||||
- bin/terraform
|
# - bin/terraform
|
||||||
|
# ^^ while strictly true, saying we provide this is misleading
|
||||||
- bin/tfenv
|
- bin/tfenv
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in a new issue