Skip to content

Commit

Permalink
profiler: fix integration test (#4058)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanmar511 committed May 5, 2021
1 parent ba01d1b commit c760858
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion profiler/integration_test.go
Expand Up @@ -82,14 +82,17 @@ gimme_retrier() {
}
retry gimme_retrier
# Use go modules
export GO111MODULE="on"
# Set $GOPATH
export GOPATH="$HOME/go"
export GOCLOUD_HOME=$GOPATH/src/cloud.google.com/go
mkdir -p $GOCLOUD_HOME
# Install agent
retry git clone https://code.googlesource.com/gocloud $GOCLOUD_HOME >/dev/null
retry git clone https://github.com/googleapis/google-cloud-go.git $GOCLOUD_HOME >/dev/null
cd $GOCLOUD_HOME
retry git fetch origin {{.Commit}}
git reset --hard {{.Commit}}
Expand Down

0 comments on commit c760858

Please sign in to comment.