aptible / aptible-cli

Command line interface to Aptible
MIT License
28 stars 35 forks source link

Pull domain from stack, don't default to aptible.in #269

Closed almathew closed 4 years ago

almathew commented 4 years ago

This can't go live until we deploy API, but API has been passing aptible-integration tests, so I suppose that's not really a blocker

almathew commented 4 years ago

@UserNotFound sorry for the stupid question, but do you know how to re-run tests? The normal re-run button is missing. The failure was installing a dependency, and I don't know if it was transient, or something I'll have to jump into a session to debug

UserNotFound commented 4 years ago

@UserNotFound sorry for the stupid question, but do you know how to re-run tests? The normal re-run button is missing. The failure was installing a dependency, and I don't know if it was transient, or something I'll have to jump into a session to debug

The "Restart build" button in the PR in Travis is what I used: https://travis-ci.org/github/aptible/aptible-cli/builds/723884340

Screen Shot 2020-09-15 at 10 40 19

almathew commented 4 years ago

I don't have a restart build button :(

Thanks. I'll figure something out

almathew commented 4 years ago

As per our discussion in Slack, I ripped out codecov since it no longer supports older Ruby versions that we still test against. I also pinned us to xenial, which isn't strictly necessary, but is nice to guarantee that it won't change out from under us unintentionally.