From bcf6fcc2c93d33fb749f94f98da4a8e7dc65ff5f Mon Sep 17 00:00:00 2001 From: Eric Vantillard Date: Tue, 21 Mar 2023 00:21:33 +0100 Subject: [PATCH] fix(graalvm)!: clear test container script (#11) * fix(graalvm)!: clear test container script * chore: test empty commit --- graalvm/rootfs/app/container-test.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/graalvm/rootfs/app/container-test.sh b/graalvm/rootfs/app/container-test.sh index 9693f84..9e37c47 100755 --- a/graalvm/rootfs/app/container-test.sh +++ b/graalvm/rootfs/app/container-test.sh @@ -2,9 +2,6 @@ set -euxo pipefail -#mkdir /app -#cd /app - cat << EOF > Example.java public class Example {