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.
1 parent 9aba364 commit 35e4dbeCopy full SHA for 35e4dbe
.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