Skip to content

Commit 92ab14f

Browse files
committed
Removed -e environment var from script
1 parent 2a71c53 commit 92ab14f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

native-image.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,5 @@ docker run \
2424
--rm \
2525
-it \
2626
-v $(pwd)/tests:/tmp/ \
27-
-e NI_ARGS=${NI_ARGS} \
2827
-e GRAALVM_SOURCE=${GRAALVM_SOURCE} \
2928
${DOCKER_IMAGE} native-image $@

test.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,5 @@ docker run \
2424
--rm \
2525
-it \
2626
-v $(pwd)/tests:/tmp/ \
27-
-e NI_ARGS=${NI_ARGS} \
2827
-e GRAALVM_SOURCE=${GRAALVM_SOURCE} \
2928
${DOCKER_IMAGE} /bin/bash /tmp/tests.sh

0 commit comments

Comments
 (0)