Bug 1176960 - Fix broken tc-vcs install version; r=dustin

This commit is contained in:
Morgan Phillips 2015-06-24 10:34:30 -07:00
parent aea3dce4d2
commit 78f1529cba

View File

@ -11,7 +11,7 @@ RUN bash /tmp/system-setup.sh
# configure git and install tc-vcs
RUN git config --global user.email "nobody@mozilla.com" && \
git config --global user.name "mozilla"
RUN npm install -g taskcluster-vcs@2.3.5 || true
RUN npm install -g taskcluster-vcs@2.3.6
# Ensure that build specific dependencies live in a single layer
ADD build-setup.sh /tmp/build-setup.sh