From 69aef87ecf8936042b54cda8c12d0097fbb4f82d Mon Sep 17 00:00:00 2001 From: Taylor Blau Date: Mon, 19 Mar 2018 11:07:53 -0400 Subject: [PATCH] .circleci/config.yml: link thrice, not once --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index abe2cf00..21a90fd4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,7 +12,6 @@ jobs: - run: brew upgrade go || brew install go - run: brew upgrade git || brew install git - run: brew upgrade gettext || brew install gettext - - run: brew link --force gettext - run: git clone https://github.com/git/git.git git-source - run: script/bootstrap - run: go get -d -v github.com/spf13/cobra @@ -33,6 +32,7 @@ jobs: steps: - restore_cache: key: git-lfs-{{ .Branch }} + - run: echo go git gettext | xargs brew link --force - run: command: ./script/integration environment: @@ -49,6 +49,7 @@ jobs: steps: - restore_cache: key: git-lfs-{{ .Branch }} + - run: echo go git gettext | xargs brew link --force - run: command: ./script/install-git-source "$GIT_EARLIEST_SUPPORTED_VERSION" environment: @@ -70,6 +71,7 @@ jobs: steps: - restore_cache: key: git-lfs-{{ .Branch }} + - run: echo go git gettext | xargs brew link --force - run: command: ./script/install-git-source "$GIT_LATEST_SOURCE_BRANCH" environment: