Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.

Commit

Permalink
Update taskcluster-worker-runner
Browse files Browse the repository at this point in the history
This version correctly handles `userdata.data`. We also provide a more
detailed log when `dockerConfig` fails.
  • Loading branch information
Wander Lairson Costa authored and walac committed Aug 12, 2019
1 parent a545a61 commit ec97d8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/packer/app/scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ relengapi_proxy_version=2.3.1
taskcluster_proxy_version=5.1.0
livelog_version=4
dind_service_version=4.0
worker_runner_version=0.3.2
worker_runner_version=0.3.3

## Get recent CA bundle for papertrail
sudo curl -o /etc/papertrail-bundle.pem https://papertrailapp.com/tools/papertrail-bundle.pem
Expand Down
2 changes: 1 addition & 1 deletion src/lib/task.js
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ class Task extends EventEmitter {
} catch (e) {
let error = fmtErrorLog('Docker configuration could not be ' +
'created. This may indicate an authentication error when validating ' +
'scopes necessary for running the task. \n %s', e);
'scopes necessary for running the task. \n %s', e.stack);
return await this.abortRun(error);
}

Expand Down

0 comments on commit ec97d8f

Please sign in to comment.