Merge pull request #816 from atlassian/update-staging-godeps

Add missing update staging godeps command
This commit is contained in:
Chao Xu 2017-07-17 18:09:13 -07:00 committed by GitHub
commit 937bad80f3
1 changed files with 3 additions and 0 deletions

View File

@ -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)
```