Skip to content

Commit

Permalink
chore: save
Browse files Browse the repository at this point in the history
  • Loading branch information
eysi09 committed Jan 31, 2019
1 parent a6f2a4e commit 719ae6e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ commands:
- run:
name: Install dep
command: |
if [ ! -d /go/src/github.com/garden-io/garden/vendor ]; then
# if [ ! -d /go/src/github.com/garden-io/garden/vendor ]; then
# This needs to match the version installed locally
curl -L -s https://github.com/golang/dep/releases/download/v0.5.0/dep-linux-amd64 -o /go/bin/dep
chmod +x /go/bin/dep
/go/bin/dep ensure
fi
# fi
- save_cache:
key: pkg-cache-{{ checksum "Gopkg.lock" }}
paths:
Expand Down Expand Up @@ -312,13 +312,13 @@ workflows:
- test-cli:
requires:
- build-service
- test-service
- build-dashboard
- build-sync-docker
- build-service-docker:
requires:
- build-service
- build-dashboard
# - test-service
# - build-dashboard
# - build-sync-docker
# - build-service-docker:
# requires:
# - build-service
# - build-dashboard
master:
jobs:
# Duplicated here so we can reference steps that depends on it
Expand Down
2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

[[constraint]]
name = "github.com/havoc-io/mutagen"
version = "v0.7.0-beta2"
version = "v0.7.0"

# [[constraint]]
# branch = "master"
Expand Down
2 changes: 1 addition & 1 deletion garden-cli/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ const ProjectPath = "/project"

// Mutagen is the synchronization tool Garden uses for syncing files from
// the host into the sync container. Expects the following version.
const MutagenVersion = "0.7.0-beta2"
const MutagenVersion = "0.7.0"

0 comments on commit 719ae6e

Please sign in to comment.