File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
dev/preview/workflow/preview Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ function replaceImage(image) {
12
12
const imagesBuildFromMain = [
13
13
"jb-backend-plugin:commit-2d67254d5aa110bc2c76cd807b85b272e3d54d97-latest" ,
14
14
"jb-backend-plugin:commit-4c69ad0670cc4cfbf43910e1db700ad90acd5ac6" ,
15
+ "jb-backend-plugin:commit-8cdc2a1a45c66ac9e003a97af8c57fad42d923f6-rider" ,
16
+ "jb-backend-plugin:commit-8cdc2a1a45c66ac9e003a97af8c57fad42d923f6-rider-latest" ,
15
17
] ;
16
18
17
19
// TODO(hw): remove me
@@ -43,6 +45,11 @@ for (let ide in json.ideOptions.options) {
43
45
json . ideOptions . options [ ide ] . imageLayers = json . ideOptions . options [ ide ] . imageLayers . map ( replaceImage2 ) ;
44
46
}
45
47
48
+ if ( [ "rider" ] . includes ( ide ) ) {
49
+ json . ideOptions . options [ ide ] . pluginImage = replaceImage2 ( json . ideOptions . options [ ide ] . pluginImage ) ;
50
+ json . ideOptions . options [ ide ] . imageLayers = json . ideOptions . options [ ide ] . imageLayers . map ( replaceImage2 ) ;
51
+ }
52
+
46
53
if ( [ "code" , "code1_85" ] . includes ( ide ) ) {
47
54
json . ideOptions . options [ ide ] . image = replaceImage ( json . ideOptions . options [ ide ] . image ) ;
48
55
json . ideOptions . options [ ide ] . imageLayers = json . ideOptions . options [ ide ] . imageLayers . map ( replaceImage ) ;
You can’t perform that action at this time.
0 commit comments