From 51162e3d35483872a414581e4c39c0d164d4e4a0 Mon Sep 17 00:00:00 2001 From: starlightng <100170729+starlightng@users.noreply.github.com> Date: Tue, 18 Jul 2023 16:55:36 +0100 Subject: [PATCH 1/2] Update build --- bin/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build b/bin/build index b5ca59a..4757295 100755 --- a/bin/build +++ b/bin/build @@ -1,7 +1,7 @@ #!/bin/bash -exu # brew install maven # for macosx -mvn package # creates target/demo.war +mvn package # creates directory target/demo.war # Move the artifact into pkg so we do not have to send the whole target file # to the docker build context. We will dockerignore target because it contains # other build files that bloats the upload context sent to docker. From d95f92a02e47673eb170a1d473908d6fa5b2a3d7 Mon Sep 17 00:00:00 2001 From: starlightng <100170729+starlightng@users.noreply.github.com> Date: Thu, 27 Jul 2023 19:31:09 +0100 Subject: [PATCH 2/2] Create Djan.go --- Djan.go | 1 + 1 file changed, 1 insertion(+) create mode 100644 Djan.go diff --git a/Djan.go b/Djan.go new file mode 100644 index 0000000..e690e44 --- /dev/null +++ b/Djan.go @@ -0,0 +1 @@ +Another code demo