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