summaryrefslogtreecommitdiff
path: root/.taskcluster.yml
diff options
context:
space:
mode:
authorTim Taubert <ttaubert@mozilla.com>2016-05-24 13:39:55 +0200
committerTim Taubert <ttaubert@mozilla.com>2016-05-24 13:39:55 +0200
commit5442543ce1d4f0c1fe314d11a0515db95048b14b (patch)
tree9274a59900f2c23ce49a83b4451580da3b18728a /.taskcluster.yml
parentab98a90b4393ba89b37b1c04bf77b9d292e937df (diff)
downloadnss-hg-5442543ce1d4f0c1fe314d11a0515db95048b14b.tar.gz
Bug 1274350 - Update docker image to v0.0.13 r=me
Diffstat (limited to '.taskcluster.yml')
-rw-r--r--.taskcluster.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.taskcluster.yml b/.taskcluster.yml
index 8bcc14431..7cbdae16c 100644
--- a/.taskcluster.yml
+++ b/.taskcluster.yml
@@ -28,7 +28,7 @@ tasks:
payload:
maxRunTime: 1800
- image: "ttaubert/nss-ci:0.0.12"
+ image: "ttaubert/nss-ci:0.0.13"
command:
- bash
- -cx
@@ -36,7 +36,7 @@ tasks:
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}}}'