summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Mazurskiy <mmazurskiy@atlassian.com>2017-07-18 11:04:46 +1000
committerMikhail Mazurskiy <mmazurskiy@atlassian.com>2017-07-18 11:04:46 +1000
commit4b5a1d8ccbc9af444a8fee59894024ec5677aef3 (patch)
treed344e3d82e1587e40386f44e9fd7bfd7446e9216
parentefa1c3dfd5e0323dc368a47e3faf77e289825b5c (diff)
Add missing update staging godeps command
-rw-r--r--contributors/devel/godep.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/contributors/devel/godep.md b/contributors/devel/godep.md
index 10b32dac..7f236562 100644
--- a/contributors/devel/godep.md
+++ b/contributors/devel/godep.md
@@ -90,6 +90,9 @@ rm -rf vendor
./hack/update-bazel.sh
./hack/update-godep-licenses.sh
./hack/update-staging-client-go.sh
+# If you haven't followed this doc step-by-step and haven't created a dedicated GOPATH,
+# make sure there is no client-go or other staging repo in $GOPATH before running the next command.
+./hack/update-staging-godeps.sh
git checkout -- $(git status -s | grep "^ D" | awk '{print $2}' | grep ^Godeps)
```