diff --git a/.circleci/config.yml b/.circleci/config.yml index e3bc32d595a..6c67f843e38 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: @@ -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 diff --git a/Gopkg.toml b/Gopkg.toml index 7487dee948e..b5df3231944 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -35,7 +35,7 @@ [[constraint]] name = "github.com/havoc-io/mutagen" - version = "v0.7.0-beta2" + version = "v0.7.0" # [[constraint]] # branch = "master" diff --git a/garden-cli/constants.go b/garden-cli/constants.go index 478b6b63c8e..cf0da23241c 100644 --- a/garden-cli/constants.go +++ b/garden-cli/constants.go @@ -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"