Skip to content

Commit 77d1b2d

Browse files
enable artifacts publishing
1 parent fb90f37 commit 77d1b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ local contains(str, needle) = std.findSubstr(needle, str) != [];
225225
conf.copydir(conf.jdk_home("."), "${JDK_HOME}_fastdebug")
226226
] else []),
227227

228-
publishArtifacts+: if false /*GR-47685*/ && !is_musl_build then [
228+
publishArtifacts+: if !is_musl_build then [
229229
{
230230
name: "labsjdk" + conf.name,
231231
dir: ".",

0 commit comments

Comments
 (0)