@@ -24,7 +24,7 @@ aliases:
24
24
run :
25
25
name : Sign application
26
26
command : |
27
- $filePath = $(Get-ChildItem release -Filter RedisInsight *.exe | % { $_.FullName })
27
+ $filePath = $(Get-ChildItem release -Filter Redis-Insight *.exe | % { $_.FullName })
28
28
$filePathWithQuotes = '"{0}"' -f $filePath
29
29
& "C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x86\signtool.exe" sign /a /sm /n "Redis Labs Inc." /fd sha256 /tr http://sha256timestamp.ws.symantec.com/sha256/timestamp /v $FilePathWithQuotes
30
30
shell : powershell.exe
@@ -645,11 +645,11 @@ jobs:
645
645
- persist_to_workspace :
646
646
root : .
647
647
paths :
648
- - release/RedisInsight *.deb
649
- - release/RedisInsight *.rpm
650
- - release/RedisInsight *.AppImage
651
- - release/RedisInsight *.flatpak
652
- - release/RedisInsight *.snap
648
+ - release/Redis-Insight *.deb
649
+ - release/Redis-Insight *.rpm
650
+ - release/Redis-Insight *.AppImage
651
+ - release/Redis-Insight *.flatpak
652
+ - release/Redis-Insight *.snap
653
653
- release/*-linux.yml
654
654
macosx :
655
655
macos :
@@ -697,7 +697,7 @@ jobs:
697
697
yarn package:prod
698
698
yarn package:mas
699
699
rm -rf release/mac
700
- mv release/mas-universal/RedisInsight- mac-universal-mas.pkg release/RedisInsight -mac-universal-mas.pkg
700
+ mv release/mas-universal/Redis-Insight- mac-universal-mas.pkg release/Redis-Insight -mac-universal-mas.pkg
701
701
exit 0;
702
702
fi
703
703
@@ -727,7 +727,7 @@ jobs:
727
727
728
728
yarn package:stage && yarn package:mas
729
729
rm -rf release/mac
730
- mv release/mas-universal/RedisInsight- mac-universal-mas.pkg release/RedisInsight -mac-universal-mas.pkg
730
+ mv release/mas-universal/Redis-Insight- mac-universal-mas.pkg release/Redis-Insight -mac-universal-mas.pkg
731
731
no_output_timeout : 60m
732
732
- when :
733
733
condition :
@@ -741,10 +741,10 @@ jobs:
741
741
- persist_to_workspace :
742
742
root : .
743
743
paths :
744
- - release/RedisInsight *.zip
745
- - release/RedisInsight *.dmg
746
- - release/RedisInsight *.dmg.blockmap
747
- - release/RedisInsight *.pkg
744
+ - release/Redis-Insight *.zip
745
+ - release/Redis-Insight *.dmg
746
+ - release/Redis-Insight *.dmg.blockmap
747
+ - release/Redis-Insight *.pkg
748
748
- release/*-mac.yml
749
749
- release/redisstack
750
750
windows :
@@ -806,8 +806,8 @@ jobs:
806
806
- persist_to_workspace :
807
807
root : .
808
808
paths :
809
- - release/RedisInsight *.exe
810
- - release/RedisInsight *.exe.blockmap
809
+ - release/Redis-Insight *.exe
810
+ - release/Redis-Insight *.exe.blockmap
811
811
- release/*.yml
812
812
virustotal-file :
813
813
executor : linux-executor
@@ -822,7 +822,7 @@ jobs:
822
822
- run :
823
823
name : export FILE_NAME environment variable
824
824
command : |
825
- echo 'export FILE_NAME="RedisInsight *<< parameters.ext >>"' >> $BASH_ENV
825
+ echo 'export FILE_NAME="Redis-Insight *<< parameters.ext >>"' >> $BASH_ENV
826
826
- << : *fileScan
827
827
- << : *validate
828
828
virustotal-url :
@@ -905,7 +905,7 @@ jobs:
905
905
docker buildx build \
906
906
-f .circleci/build/build.Dockerfile \
907
907
--platform linux/amd64 \
908
- --build-arg DIST=release/web/RedisInsight -web-linux-musl.x64.tar.gz \
908
+ --build-arg DIST=release/web/Redis-Insight -web-linux-musl.x64.tar.gz \
909
909
--build-arg NODE_ENV=<< parameters.env >> \
910
910
--build-arg RI_SEGMENT_WRITE_KEY="$TELEMETRY" \
911
911
-t redisinsight:amd64 \
@@ -915,7 +915,7 @@ jobs:
915
915
docker buildx build \
916
916
-f .circleci/build/build.Dockerfile \
917
917
--platform linux/arm64 \
918
- --build-arg DIST=release/web/RedisInsight -web-linux-musl.arm64.tar.gz \
918
+ --build-arg DIST=release/web/Redis-Insight -web-linux-musl.arm64.tar.gz \
919
919
--build-arg NODE_ENV=<< parameters.env >> \
920
920
--build-arg RI_SEGMENT_WRITE_KEY="$TELEMETRY" \
921
921
-t redisinsight:arm64 \
@@ -1039,7 +1039,7 @@ jobs:
1039
1039
echo "export releasesFolderPath=${releasesFolderPath}" >> $BASH_ENV
1040
1040
echo "export applicationName=${appName}" >> $BASH_ENV
1041
1041
echo "export applicationVersion=${appVersion}" >> $BASH_ENV
1042
- echo "export appFileName=RedisInsight " >> $BASH_ENV
1042
+ echo "export appFileName=Redis-Insight " >> $BASH_ENV
1043
1043
1044
1044
# download latest.yml file to get last public version
1045
1045
aws s3 cp s3://${AWS_BUCKET_NAME}/${downloadLatestFolderPath}/${latestYmlFileName} .
@@ -1082,39 +1082,39 @@ jobs:
1082
1082
declare -A tag0=(
1083
1083
[arch]='x64'
1084
1084
[platform]='macos'
1085
- [objectDownload]=${applicationName }'-mac-x64.dmg'
1086
- [objectUpgrade]=${applicationName }'-mac-x64.zip'
1085
+ [objectDownload]=${appFileName }'-mac-x64.dmg'
1086
+ [objectUpgrade]=${appFileName }'-mac-x64.zip'
1087
1087
)
1088
1088
1089
1089
declare -A tag1=(
1090
1090
[arch]='arm64'
1091
1091
[platform]='macos'
1092
- [objectDownload]=${applicationName }'-mac-arm64.dmg'
1093
- [objectUpgrade]=${applicationName }'-mac-arm64.zip'
1092
+ [objectDownload]=${appFileName }'-mac-arm64.dmg'
1093
+ [objectUpgrade]=${appFileName }'-mac-arm64.zip'
1094
1094
)
1095
1095
1096
1096
declare -A tag2=(
1097
1097
[arch]='x64'
1098
1098
[platform]='windows'
1099
- [objectDownload]=${applicationName }'-win-installer.exe'
1099
+ [objectDownload]=${appFileName }'-win-installer.exe'
1100
1100
)
1101
1101
1102
1102
declare -A tag3=(
1103
1103
[arch]='x64'
1104
1104
[platform]='linux_AppImage'
1105
- [objectDownload]=${applicationName }'-linux-x86_64.AppImage'
1105
+ [objectDownload]=${appFileName }'-linux-x86_64.AppImage'
1106
1106
)
1107
1107
1108
1108
declare -A tag4=(
1109
1109
[arch]='x64'
1110
1110
[platform]='linux_deb'
1111
- [objectDownload]=${applicationName }'-linux-amd64.deb'
1111
+ [objectDownload]=${appFileName }'-linux-amd64.deb'
1112
1112
)
1113
1113
1114
1114
declare -A tag5=(
1115
1115
[arch]='x64'
1116
1116
[platform]='linux_rpm'
1117
- [objectDownload]=${applicationName }'-linux-x86_64.rpm'
1117
+ [objectDownload]=${appFileName }'-linux-x86_64.rpm'
1118
1118
)
1119
1119
1120
1120
# loop for add all tags to each app and create metrics
@@ -1750,28 +1750,28 @@ workflows:
1750
1750
1751
1751
- virustotal-url :
1752
1752
name : Virus check - AppImage (nightly)
1753
- fileName : RedisInsight -linux-x86_64.AppImage
1753
+ fileName : Redis-Insight -linux-x86_64.AppImage
1754
1754
- virustotal-url :
1755
1755
name : Virus check - deb (nightly)
1756
- fileName : RedisInsight -linux-amd64.deb
1756
+ fileName : Redis-Insight -linux-amd64.deb
1757
1757
- virustotal-url :
1758
1758
name : Virus check - rpm (nightly)
1759
- fileName : RedisInsight -linux-x86_64.rpm
1759
+ fileName : Redis-Insight -linux-x86_64.rpm
1760
1760
- virustotal-url :
1761
1761
name : Virus check - snap (nightly)
1762
- fileName : RedisInsight -linux-amd64.snap
1762
+ fileName : Redis-Insight -linux-amd64.snap
1763
1763
- virustotal-url :
1764
1764
name : Virus check x64 - dmg (nightly)
1765
- fileName : RedisInsight -mac-x64.dmg
1765
+ fileName : Redis-Insight -mac-x64.dmg
1766
1766
- virustotal-url :
1767
1767
name : Virus check arm64 - dmg (nightly)
1768
- fileName : RedisInsight -mac-arm64.dmg
1768
+ fileName : Redis-Insight -mac-arm64.dmg
1769
1769
- virustotal-url :
1770
1770
name : Virus check MAS - pkg (nightly)
1771
- fileName : RedisInsight -mac-universal-mas.pkg
1771
+ fileName : Redis-Insight -mac-universal-mas.pkg
1772
1772
- virustotal-url :
1773
1773
name : Virus check - exe (nightly)
1774
- fileName : RedisInsight -win-installer.exe
1774
+ fileName : Redis-Insight -win-installer.exe
1775
1775
- virustotal-report :
1776
1776
name : Virus check report (prod)
1777
1777
requires :
0 commit comments