@@ -1103,58 +1103,6 @@ workflows:
1103
1103
# name: Build app - Windows (dev)
1104
1104
# env: dev
1105
1105
# requires: *devBuildRequire
1106
-
1107
- - virustotal-url :
1108
- name : Virus check - AppImage (nightly)
1109
- fileName : RedisInsight-v2-linux-x86_64.AppImage
1110
- # requires:
1111
- # - Build app - Linux (dev)
1112
- - virustotal-url :
1113
- name : Virus check - deb (nightly)
1114
- fileName : RedisInsight-v2-linux-amd64.deb
1115
- # requires:
1116
- # - Build app - Linux (dev)
1117
- - virustotal-url :
1118
- name : Virus check - rpm (nightly)
1119
- fileName : RedisInsight-v2-linux-x86_64.rpm
1120
- # requires:
1121
- # - Build app - Linux (dev)
1122
- - virustotal-url :
1123
- name : Virus check - snap (nightly)
1124
- fileName : RedisInsight-v2-linux-amd64.snap
1125
- # requires:
1126
- # - Build app - Linux (dev)
1127
- - virustotal-url :
1128
- name : Virus check x64 - dmg (nightly)
1129
- fileName : RedisInsight-v2-mac-x64.dmg
1130
- # requires:
1131
- # - Build app - MacOS (dev)
1132
- - virustotal-url :
1133
- name : Virus check arm64 - dmg (nightly)
1134
- fileName : RedisInsight-v2-mac-arm64.dmg
1135
- # requires:
1136
- # - Build app - MacOS (dev)
1137
- - virustotal-url :
1138
- name : Virus check MAS - pkg (nightly)
1139
- fileName : RedisInsight-mac-universal-mas.pkg
1140
- # requires:
1141
- # - Build app - MacOS (dev)
1142
- - virustotal-url :
1143
- name : Virus check - exe (nightly)
1144
- fileName : RedisInsight-v2-win-installer.exe
1145
- # requires:
1146
- # - Build app - Windows (dev)
1147
- - virustotal-report :
1148
- name : Virus check report (prod)
1149
- requires :
1150
- - Virus check - AppImage (nightly)
1151
- - Virus check - deb (nightly)
1152
- - Virus check - rpm (nightly)
1153
- - Virus check - snap (nightly)
1154
- - Virus check x64 - dmg (nightly)
1155
- - Virus check arm64 - dmg (nightly)
1156
- - Virus check MAS - pkg (nightly)
1157
- - Virus check - exe (nightly)
1158
1106
# - store-build-artifacts:
1159
1107
# name: Store build artifacts (dev)
1160
1108
# requires:
@@ -1393,30 +1341,41 @@ workflows:
1393
1341
requires :
1394
1342
- Build app - Linux (stage)
1395
1343
1396
- # - virustotal-url:
1397
- # name: Virus check - AppImage (prod)
1398
- # fileName: RedisInsight-v2-linux-x86_64.AppImage
1399
- # - virustotal-url:
1400
- # name: Virus check - deb (prod)
1401
- # fileName: RedisInsight-v2-linux-amd64.deb
1402
- # - virustotal-url:
1403
- # name: Virus check - rpm (prod)
1404
- # fileName: RedisInsight-v2-linux-x86_64.rpm
1405
- # - virustotal-url:
1406
- # name: Virus check - snap (prod)
1407
- # fileName: RedisInsight-v2-linux-amd64.snap
1408
- # - virustotal-url:
1409
- # name: Virus check x64 - dmg (prod)
1410
- # fileName: RedisInsight-v2-mac-x64.dmg
1411
- # - virustotal-url:
1412
- # name: Virus check arm64 - dmg (prod)
1413
- # fileName: RedisInsight-v2-mac-arm64.dmg
1414
- # - virustotal-url:
1415
- # name: Virus check MAS - pkg (prod)
1416
- # fileName: RedisInsight-mac-universal-mas.pkg
1417
- # - virustotal-url:
1418
- # name: Virus check - exe (prod)
1419
- # fileName: RedisInsight-v2-win-installer.exe
1344
+ - virustotal-url :
1345
+ name : Virus check - AppImage (nightly)
1346
+ fileName : RedisInsight-v2-linux-x86_64.AppImage
1347
+ - virustotal-url :
1348
+ name : Virus check - deb (nightly)
1349
+ fileName : RedisInsight-v2-linux-amd64.deb
1350
+ - virustotal-url :
1351
+ name : Virus check - rpm (nightly)
1352
+ fileName : RedisInsight-v2-linux-x86_64.rpm
1353
+ - virustotal-url :
1354
+ name : Virus check - snap (nightly)
1355
+ fileName : RedisInsight-v2-linux-amd64.snap
1356
+ - virustotal-url :
1357
+ name : Virus check x64 - dmg (nightly)
1358
+ fileName : RedisInsight-v2-mac-x64.dmg
1359
+ - virustotal-url :
1360
+ name : Virus check arm64 - dmg (nightly)
1361
+ fileName : RedisInsight-v2-mac-arm64.dmg
1362
+ - virustotal-url :
1363
+ name : Virus check MAS - pkg (nightly)
1364
+ fileName : RedisInsight-mac-universal-mas.pkg
1365
+ - virustotal-url :
1366
+ name : Virus check - exe (nightly)
1367
+ fileName : RedisInsight-v2-win-installer.exe
1368
+ - virustotal-report :
1369
+ name : Virus check report (prod)
1370
+ requires :
1371
+ - Virus check - AppImage (nightly)
1372
+ - Virus check - deb (nightly)
1373
+ - Virus check - rpm (nightly)
1374
+ - Virus check - snap (nightly)
1375
+ - Virus check x64 - dmg (nightly)
1376
+ - Virus check arm64 - dmg (nightly)
1377
+ - Virus check MAS - pkg (nightly)
1378
+ - Virus check - exe (nightly)
1420
1379
1421
1380
# # e2e desktop tests on exe build
1422
1381
# - e2e-exe:
0 commit comments