This commit is contained in:
Jacob Heider 2023-10-10 12:04:20 -04:00
parent 399a67e162
commit 597c557113
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -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"