Skip to content

Commit f372451

Browse files
committed
Reformat
1 parent a75cd46 commit f372451

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.taskcluster.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ tasks:
114114
- /bin/bash
115115
- --login
116116
- -c
117-
- "set -ex;
117+
- |-
118+
set -ex;
118119
~/provision.sh
119120
${browser.name}-${browser.channel}
120121
${event.repository.clone_url}
@@ -131,4 +132,4 @@ tasks:
131132
| base64);
132133
echo Affected tests:;
133134
echo $affected | base64 -d | sed 's/\x0/\\n/g';
134-
${operation.command}"
135+
${operation.command}

0 commit comments

Comments
 (0)