Skip to content

Commit

Permalink
Correct reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglinmike committed Aug 29, 2018
1 parent 82e452d commit 554d1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,6 @@ tasks:
--commit-range ${event.pull_request.base.sha}...
${browser.name}
--
${command.extra_args} || result=$?;
${operation.extra_args} || result=$?;
echo $result > ../artifacts/run-return-code.txt;
echo Command exited with code $result (failures are allowed while this task is being vetted).

0 comments on commit 554d1f0

Please sign in to comment.