mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(fly)
This commit is contained in:
parent
399a67e162
commit
597c557113
1 changed files with 5 additions and 4 deletions
|
@ -29,7 +29,8 @@ provides:
|
|||
- bin/fly
|
||||
- bin/flyctl
|
||||
|
||||
test: |
|
||||
fly version | grep {{version}}
|
||||
flyctl version | grep {{version}}
|
||||
echo $(flyctl status 2>&1 || true) | grep " No access token available"
|
||||
test:
|
||||
#FIXME: flyctl is migratining _to_ calver from semver.
|
||||
# - fly version | grep {{version}}
|
||||
# - flyctl version | grep {{version}}
|
||||
- echo $(flyctl status 2>&1 || true) | grep " No access token available"
|
||||
|
|
Loading…
Reference in a new issue