From c7fe3dfd486783de977466d520313474c67353a7 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Thu, 30 Aug 2018 15:24:06 +0200 Subject: [PATCH] Fix decision task command --- .taskcluster.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index 1a6cf1da49f..53f8fb86a9d 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -32,8 +32,8 @@ tasks: - '--login' - '-c' - >- - git clone $DECISION_TASK_CLONE_URL repo && + git clone ${event.repository.clone_url} repo && cd repo && - git checkout $DECISION_TASK_COMMIT_SHA && + git checkout ${event.after} && python2.7 -m pip install taskcluster && python2.7 decision-task.py