mirror of
https://github.com/servo/servo.git
synced 2025-09-06 21:18:20 +01:00
Update web-platform-tests to revision 5852f617c1ad109939bdb6b70f362dcd84a5cb73
This commit is contained in:
parent
c80c3f3167
commit
4375e3f248
44 changed files with 1103 additions and 114 deletions
|
@ -1,3 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
# This script is embedded in the docker image, and so the image must be updated when changes
|
||||
# to the script are made. To do this, assuming you have docker installed:
|
||||
# In tools/docker/ :
|
||||
|
@ -8,7 +10,6 @@
|
|||
# Update the `image` specified in the project's .taskcluster.yml file
|
||||
|
||||
|
||||
#!/bin/bash
|
||||
set -ex
|
||||
|
||||
REMOTE=${1:-https://github.com/web-platform-tests/wpt}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue