Skip to content

Commit f508cce

Browse files
committed
remove installing ginkgo using "go get" as it ginkgo version supported
is 2.0
1 parent 6831485 commit f508cce

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/build.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ function get-version() {
6666
function install-lib() {
6767
apt-get update
6868
apt-get install -y libsystemd-dev gcc-aarch64-linux-gnu
69-
# Turn off go modules here, because we are not trying to install
70-
# ginkgo library/module. We are trying to install the ginkgo executable.
71-
GO111MODULE=off go get -v github.com/onsi/ginkgo/ginkgo
7269
}
7370

7471
function write-env-file() {

0 commit comments

Comments
 (0)