Skip to content

Commit

Permalink
Update run-license-test.sh (aws#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwagner5 authored and haugenj committed Dec 14, 2020
1 parent 5bc5565 commit 8cc8342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/license-test/run-license-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8cc8342

Please sign in to comment.