Skip to content

Commit

Permalink
Bug 1132348 - Add missing executable for decision tasks from builder …
Browse files Browse the repository at this point in the history
…r=me a=taskcluster-only
  • Loading branch information
lightsofapollo committed Feb 12, 2015
1 parent 7b5b291 commit 5a6a74a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions testing/docker/builder/bin/decision.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#! /bin/bash -ex

DEST=/home/worker/source/gecko

test $GECKO_BASE_REPOSITORY # e.g. https://hg.mozilla.org/mozilla-central
test $GECKO_HEAD_REPOSITORY # e.g. https://hg.mozilla.org/try
test $GECKO_HEAD_REF # <cset>
test $GECKO_HEAD_REV # <cset>

tc-vcs checkout $DEST \
$GECKO_BASE_REPOSITORY \
$GECKO_HEAD_REPOSITORY \
$GECKO_HEAD_REV \
$GECKO_HEAD_REF

echo "At revision: $(tc-vcs revision $DEST)"
cd $DEST

0 comments on commit 5a6a74a

Please sign in to comment.