make/conf/jib-profiles.js
changeset 51464 d96e6839e83d
parent 51280 a306c84e40fa
parent 51457 33c62af31969
child 51466 d222f503b7fe
--- a/make/conf/jib-profiles.js	Mon Aug 20 11:37:57 2018 -0700
+++ b/make/conf/jib-profiles.js	Mon Aug 20 14:19:30 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=ea",
+                      "--with-version-pre=",
                       "--without-version-opt");
     } else {
         args = concat(args, "--with-version-opt=" + common.build_id);