Merge pull request #816 from atlassian/update-staging-godeps
Add missing update staging godeps command
This commit is contained in:
commit
937bad80f3
|
|
@ -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)
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue