From 7cbbe8474ed775f1d8cce54a250c3266ee504045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ey=C3=BE=C3=B3r=20Magn=C3=BAsson?= Date: Thu, 31 Jan 2019 19:06:28 +0100 Subject: [PATCH] chore: save --- .circleci/config.yml | 32 ++++++++++++++++---------------- Gopkg.toml | 2 +- garden-cli/constants.go | 2 +- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e3bc32d595..cc47263795 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -75,23 +75,23 @@ commands: description: | Installs our go dependancies and deals with caching and loading the cache steps: - - restore_cache: - keys: - - pkg-cache-{{ checksum "Gopkg.lock" }} + # - restore_cache: + # keys: + # - pkg-cache-{{ checksum "Gopkg.lock" }} - run: go get -u github.com/jstemmer/go-junit-report - 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 - - save_cache: - key: pkg-cache-{{ checksum "Gopkg.lock" }} - paths: - - "/go/src/github.com/garden-io/garden/vendor" + # fi + # - save_cache: + # key: pkg-cache-{{ checksum "Gopkg.lock" }} + # paths: + # - "/go/src/github.com/garden-io/garden/vendor" docker_build: description: Builds and Tags a Docker Image @@ -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 7487dee948..b5df323194 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 478b6b63c8..cf0da23241 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"