From e2250f80aa76989f0f097a12be3bc64f791e55d8 Mon Sep 17 00:00:00 2001 From: Brandon Wagner Date: Mon, 14 Dec 2020 11:29:39 -0600 Subject: [PATCH] Update run-license-test.sh --- test/license-test/run-license-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/license-test/run-license-test.sh b/test/license-test/run-license-test.sh index 10487615..119d0510 100755 --- a/test/license-test/run-license-test.sh +++ b/test/license-test/run-license-test.sh @@ -9,4 +9,4 @@ LICENSE_TEST_TAG="nth-license-test" SUPPORTED_PLATFORMS_LINUX="linux/amd64" make -s -f $SCRIPTPATH/../../Makefile build-binaries docker build --build-arg=GOPROXY=direct -t $LICENSE_TEST_TAG $SCRIPTPATH/ -docker run -it -e GITHUB_TOKEN --rm -v $SCRIPTPATH/:/test -v $BUILD_BIN/:/nth-bin $LICENSE_TEST_TAG golicense /test/license-config.hcl /nth-bin/$BINARY_NAME +docker run -i -e GITHUB_TOKEN --rm -v $SCRIPTPATH/:/test -v $BUILD_BIN/:/nth-bin $LICENSE_TEST_TAG golicense /test/license-config.hcl /nth-bin/$BINARY_NAME