Skip to content

Commit

Permalink
ovnk8s: do not clean module cache at the end of the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lebauce committed Jul 17, 2021
1 parent 3e61107 commit 7146bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/ovnkube-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ do_create () {
sudo firewall-cmd --reload
fi

rm -rf $GOPATH/src/github.com/ovn-org
mkdir -p $GOPATH/src/github.com/ovn-org/
pushd $GOPATH/src/github.com/ovn-org/
git clone $OVNK8S_REPO
Expand All @@ -84,7 +85,6 @@ do_create () {

do_delete() {
do_stop
go clean --modcache
rm -rf ${WORKSPACE}/go/src/github.com/ovn-org/ovn-kubernetes
docker rmi ovn-kube-f || true
docker network rm kind || true
Expand Down

0 comments on commit 7146bcb

Please sign in to comment.