Newer
Older
#!/bin/bash
# This intended for updating the tested repos and their dependencies to the
# latest versions before running the integration test.
git pull
rm -fr ~/.glide
pushd $GOPATH/src/gitlab.com/elixxir/user-discovery-bot
pushd $GOPATH/src/gitlab.com/elixxir/comms
update
popd
pushd $GOPATH/src/gitlab.com/elixxir/crypto
update
popd
pushd $GOPATH/src/gitlab.com/elixxir/client-consoleUI
update
popd