Skip to content

Commit 6d343af

Browse files
author
xmik
committed
cicd: back to the original order of tasks
1 parent 7c75b7d commit 6d343af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ jobs:
7575
sudo mv /tmp/dojo /usr/bin/dojo
7676
- attach_workspace:
7777
at: ~/repo
78-
- run:
79-
command: /bin/bash -c "./tasks test_signals alpine"
8078
- run:
8179
command: /bin/bash -c "./tasks e2e alpine"
80+
- run:
81+
command: /bin/bash -c "./tasks test_signals alpine"
8282

8383
e2e_ubuntu:
8484
executor: platform
@@ -93,10 +93,10 @@ jobs:
9393
sudo mv /tmp/dojo /usr/bin/dojo
9494
- attach_workspace:
9595
at: ~/repo
96-
- run:
97-
command: /bin/bash -c "./tasks test_signals ubuntu"
9896
- run:
9997
command: /bin/bash -c "./tasks e2e ubuntu"
98+
- run:
99+
command: /bin/bash -c "./tasks test_signals ubuntu"
100100

101101
test_images:
102102
executor: platform

0 commit comments

Comments
 (0)