Merge pull request #746 from pulumi/check-tree-is-clean

Check that worktree is clean before running
This commit is contained in:
Matt Ellis 2017-12-19 18:56:14 -08:00 committed by GitHub
commit 8effbc0a3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -37,6 +37,9 @@ install:
# Clone the Pulumi-wide repo so we can use its scripts.
- git clone git@github.com:pulumi/home ${GOPATH}/src/github.com/pulumi/home
- make ensure
before_script:
# Ensure the working tree is clean (make ensure may have updated lock files)
- ${GOPATH}/src/github.com/pulumi/home/scripts/check-worktree-is-clean.sh
script:
- make travis_${TRAVIS_EVENT_TYPE} TEST_FAST_TIMEOUT=10m
notifications:

2
Gopkg.lock generated
View file

@ -243,6 +243,6 @@
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
inputs-digest = "79bc7379ccff63e1fa7f1b601455b368368e26e44742350c82f2bf44adbdb733"
inputs-digest = "ac5550bbf6f0b4eb66c683d5ac3a605fc5ecf4b3055b0763122555230f5d4577"
solver-name = "gps-cdcl"
solver-version = 1