Skip to content

Commit d4da2e8

Browse files
committed
[OPENJDK-2968] application source with custom s2i run script
Signed-off-by: Jonathan Dowland <[email protected]>
1 parent 98fcfcc commit d4da2e8

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
set -euo pipefail
3+
4+
echo hello world
5+
echo args="$@"

OPENJDK-2968-bin-custom-run/empty.jar

Whitespace-only changes.

0 commit comments

Comments
 (0)