Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 1274350 - Update docker image to v0.0.13 r=me
  • Loading branch information
Tim Taubert committed May 24, 2016
1 parent 0dcb3eb commit bf7ae15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .taskcluster.yml
Expand Up @@ -28,15 +28,15 @@ tasks:

payload:
maxRunTime: 1800
image: "ttaubert/nss-ci:0.0.12"
image: "ttaubert/nss-ci:0.0.13"
command:
- bash
- -cx
- >
bin/checkout.sh &&
nss/automation/taskcluster/scripts/extend_task_graph.sh
env:
TC_DOCKER_IMAGE: "ttaubert/nss-ci:0.0.12"
TC_DOCKER_IMAGE: "ttaubert/nss-ci:0.0.13"
TC_PROVISIONER_ID: "aws-provisioner-v1"
TC_WORKER_TYPE: "hg-worker"
NSS_HEAD_REPOSITORY: '{{{url}}}'
Expand Down

0 comments on commit bf7ae15

Please sign in to comment.