cleaning CI run script

This commit is contained in:
galenmarchetti 2020-06-20 10:24:02 -03:00
parent 2e16f2087a
commit a523fb184a
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ SRC_PATH=$(dirname "${SCRIPTS_PATH}")
bash "${SRC_PATH}"/scripts/build_image.sh
GECKO_IMAGE=$(docker image ls --format="{{.Repository}}" | head -n 1)
# Turn off GO111MODULE to pull e2e test source code in order to get run script.
GO111MODULE=off go get -t -v github.com/kurtosis-tech/ava-e2e-tests/...
cd "${GOPATH}"/src/github.com/kurtosis-tech/ava-e2e-tests/ || exit
./scripts/full_rebuild_and_run.sh