Skip to content

Commit 51923e2

Browse files
committed
[OPENJDK-2806] Remove value for S2I_ENABLE_JLINK
S2I_ENABLE_JLINK is a configuration environment variable, not an informational one, and so the default should be unset, rather than "false". https://issues.redhat.com/browse/OPENJDK-2806 Signed-off-by: Jonathan Dowland <[email protected]>
1 parent 5f28ed9 commit 51923e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/s2i/core/module.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ envs:
116116
description: ^
117117
Enables the Jdeps/JLink workflow to minimize JRE size
118118
example: "false"
119-
value: "false"
120119

121120
run:
122121
cmd:

0 commit comments

Comments
 (0)