Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglinmike committed Aug 20, 2018
1 parent a75cd46 commit af1f51b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ tasks:
- /bin/bash
- --login
- -c
- "set -ex;
- >-
set -ex;
~/provision.sh
${browser.name}-${browser.channel}
${event.repository.clone_url}
Expand All @@ -131,4 +132,4 @@ tasks:
| base64);
echo Affected tests:;
echo $affected | base64 -d | sed 's/\x0/\\n/g';
${operation.command}"
${operation.command}

0 comments on commit af1f51b

Please sign in to comment.