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 f8971b6 commit 48f673fCopy full SHA for 48f673f
.circleci/config.yml
@@ -950,19 +950,19 @@ workflows:
950
requires:
951
- Start E2E Tests
952
# build desktop app
953
- - setup-sign-certificates:
+ - setup-sign-certificates:
954
name: Setup sign certificates (stage)
955
956
957
- - setup-build:
+ - setup-build:
958
name: Setup build (stage)
959
960
- Setup sign certificates (stage)
961
# - windows:
962
# name: Build app - Windows (stage)
963
# requires:
964
# - Setup build (stage)
965
- - linux:
+ - linux:
966
name: Build app - Linux (stage)
967
968
- Setup build (stage)
0 commit comments