Skip to content

Commit 48f673f

Browse files
committed
upd
1 parent f8971b6 commit 48f673f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -950,19 +950,19 @@ workflows:
950950
requires:
951951
- Start E2E Tests
952952
# build desktop app
953-
- setup-sign-certificates:
953+
- setup-sign-certificates:
954954
name: Setup sign certificates (stage)
955955
requires:
956956
- Start E2E Tests
957-
- setup-build:
957+
- setup-build:
958958
name: Setup build (stage)
959959
requires:
960960
- Setup sign certificates (stage)
961961
# - windows:
962962
# name: Build app - Windows (stage)
963963
# requires:
964964
# - Setup build (stage)
965-
- linux:
965+
- linux:
966966
name: Build app - Linux (stage)
967967
requires:
968968
- Setup build (stage)

0 commit comments

Comments
 (0)