Skip to content

Commit

Permalink
Bug 1291070 - Tag and use decision image 0.1.4; r=dustin
Browse files Browse the repository at this point in the history
To pull in run-task exit code fix.

MozReview-Commit-ID: 5QvcQijTRKH

--HG--
extra : rebase_source : cac011e2835f18e620293e8c05a8f49da472d925
  • Loading branch information
indygreg committed Aug 2, 2016
1 parent ac6f794 commit 08d735f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ tasks:

# Note: This task is built server side without the context or tooling that
# exist in tree so we must hard code the version
image: 'taskcluster/decision:0.1.3'
image: 'taskcluster/decision:0.1.4'

maxRunTime: 1800

Expand Down
2 changes: 1 addition & 1 deletion taskcluster/taskgraph/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ payload:

# Note: This task is built server side without the context or tooling that
# exist in tree so we must hard code the version
image: 'taskcluster/decision:0.1.3'
image: 'taskcluster/decision:0.1.4'

# Virtually no network or other potentially risky operations happen as part
# of the task timeout aside from the initial clone. We intentionally have
Expand Down
2 changes: 1 addition & 1 deletion testing/docker/decision/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.3
0.1.4

0 comments on commit 08d735f

Please sign in to comment.