We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd186b3 + 35e4dbe commit 9e3d3e5Copy full SHA for 9e3d3e5
.circleci/config.yml
@@ -635,12 +635,14 @@ jobs:
635
yarn package:prod
636
yarn package:mas
637
rm -rf release/mac
638
+ mv release/mas-universal/RedisInsight-mac-universal-mas.pkg release/RedisInsight-mac-universal-mas.pkg
639
exit 0;
640
fi
641
642
if [ << parameters.env >> == 'stage' ]; then
643
UPGRADES_LINK=$UPGRADES_LINK_STAGE SEGMENT_WRITE_KEY=$SEGMENT_WRITE_KEY_STAGE yarn package:stage && yarn package:mas
644
645
646
647
648
0 commit comments