Skip to content

Commit 4412a2b

Browse files
authored
Merge pull request #657 from vteratipally/remove_ginkgo
remove installing ginkgo using "go get"
2 parents 6831485 + f508cce commit 4412a2b

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)