Skip to content

Commit

Permalink
Fix things
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglinmike committed Aug 8, 2018
1 parent 0c68762 commit 452fbcb
Show file tree
Hide file tree
Showing 2 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 @@ -55,7 +55,7 @@ tasks:
owner: ${event.pusher.email}
source: ${event.repository.url}
payload:
image: jugglinmike/web-platform-tests:0.16
image: jugglinmike/web-platform-tests:0.17
maxRunTime: 7200
artifacts:
public/results:
Expand Down
4 changes: 2 additions & 2 deletions tools/docker/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ if [ -n "${REVISION}" ]; then
if [[ ! `git rev-parse --verify --quiet ${REVISION}^{object}` ]]; then
# But if for some reason the commit under test isn't in that range, we
# give in and fetch everything
git fetch --quiet --unshallow ${REMOTE}
git fetch --quiet ${REMOTE}
git rev-parse --verify ${REVISION}^{object}
fi

git checkout ${REVISION}
else
git checkout ${REF}
git checkout FETCH_HEAD
fi

sudo sh -c './wpt make-hosts-file >> /etc/hosts'
Expand Down

0 comments on commit 452fbcb

Please sign in to comment.