mjm-assert-builder Add dry-run option to checkout-host command

This option lets us use the checkout-host command to query for whether a
checkout is needed in the first place. We're using this in our Packer
Makefile because otherwise Packer gives a strange error message when
there's no host in the target cluster.

Matt Moriarity avatar Matt Moriarity

Push event #20.1 passed

  • Ran for
AMD64
Go: 1.8
Git
language: go
go: 1.8
install:
- make prereqs
- make deps
script:
- make build
- make test
Build Config
{
  "go": [
    "1.8"
  ],
  "os": [
    "linux"
  ],
  "dist": "trusty",
  "sudo": false,
  "script": [
    "make build",
    "make test"
  ],
  "install": [
    "make prereqs",
    "make deps"
  ],
  "language": "go"
}