Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: weaveworks/common
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: db644116d37b35287874f55f3911767cb61afd1f
Choose a base ref
..
head repository: weaveworks/common
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a036a8557b3b1434b322b6c7f5aa477f84cd8897
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 circle.yml
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ dependencies:
- "~/docker"
post:
# Get the dependencies
- mkdir -p ${HOME}/.go_workspace/src/github.com/weaveworks && ln -s ${HOME}/${CIRCLE_PROJECT_REPONAME}/ ${REPO_ROOT}
- mkdir -p ${HOME}/.go_workspace/src/github.com/weaveworks && cp -r ${HOME}/${CIRCLE_PROJECT_REPONAME}/ ${REPO_ROOT}

# Don't use master dep until https://github.com/weaveworks/common/pull/36 is fixed
#- go get -u github.com/golang/dep/cmd/dep && cd ${REPO_ROOT}/${CIRCLE_PROJECT_REPONAME} && dep ensure -v