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 7c75b7d commit 6d343afCopy full SHA for 6d343af
.circleci/config.yml
@@ -75,10 +75,10 @@ jobs:
75
sudo mv /tmp/dojo /usr/bin/dojo
76
- attach_workspace:
77
at: ~/repo
78
- - run:
79
- command: /bin/bash -c "./tasks test_signals alpine"
80
- run:
81
command: /bin/bash -c "./tasks e2e alpine"
+ - run:
+ command: /bin/bash -c "./tasks test_signals alpine"
82
83
e2e_ubuntu:
84
executor: platform
@@ -93,10 +93,10 @@ jobs:
93
94
95
96
97
- command: /bin/bash -c "./tasks test_signals ubuntu"
98
99
command: /bin/bash -c "./tasks e2e ubuntu"
+ command: /bin/bash -c "./tasks test_signals ubuntu"
100
101
test_images:
102
0 commit comments