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