Use existing Docker image tag for now

We have not yet pushed a :latest tag,
so use the (old) named tag that we have for now.
This commit is contained in:
Aneesh Agrawal 2017-12-17 15:29:34 -08:00
parent a8a7199da6
commit 6446aff444

View file

@ -17,7 +17,7 @@ tasks:
- pull_request.synchronize - pull_request.synchronize
payload: payload:
maxRunTime: 3600 maxRunTime: 3600
image: servobrowser/servo-linux-dev image: 'servobrowser/servo-linux-dev:servo-linux-build-deps-2017-06-30'
command: command:
- /bin/bash - /bin/bash
- '--login' - '--login'