make/conf/jib-profiles.js
changeset 51466 d222f503b7fe
parent 51464 d96e6839e83d
child 51856 11b9d3a6f31c
child 56872 d55ba070479e
--- a/make/conf/jib-profiles.js	Mon Aug 20 15:37:47 2018 -0700
+++ b/make/conf/jib-profiles.js	Mon Aug 20 16:18:56 2018 -0700
@@ -1171,7 +1171,7 @@
         args = concat(args,
                       // This needs to be changed when we start building release candidates
                       // with-version-pre must be set to ea for 'ea' and empty for fcs build
-                      "--with-version-pre=",
+                      "--with-version-pre=ea",
                       "--without-version-opt");
     } else {
         args = concat(args, "--with-version-opt=" + common.build_id);