Skip to content

Commit 4b64db5

Browse files
committed
merge main
1 parent cd7914e commit 4b64db5

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.circleci/config.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,31 +1013,12 @@ workflows:
10131013
name: Build docker image
10141014
requires:
10151015
- Start E2E Tests
1016-
# build desktop app
1017-
- setup-sign-certificates:
1018-
name: Setup sign certificates (stage)
1019-
requires:
1020-
- Start E2E Tests
1021-
- setup-build:
1022-
name: Setup build (stage)
1023-
requires:
1024-
- Setup sign certificates (stage)
1025-
- linux:
1026-
name: Build app - Linux (stage)
1027-
requires:
1028-
- Setup build (stage)
10291016
- e2e-tests:
10301017
name: E2ETest
10311018
build: docker
10321019
parallelism: 4
10331020
requires:
10341021
- Build docker image
1035-
# e2e desktop tests on AppImage build
1036-
- e2e-app-image:
1037-
name: E2ETest (AppImage)
1038-
parallelism: 1
1039-
requires:
1040-
- Build app - Linux (stage)
10411022
# Workflow for feature, bugfix, main branches
10421023
feature-main-branch:
10431024
jobs:

0 commit comments

Comments
 (0)