Pin autograph to 2.2.0 temporarily.
This works around startup problems raised by a72245d8b8
This commit is contained in:
Родитель
d606028b92
Коммит
ca2a11debd
|
@ -65,7 +65,7 @@ script:
|
|||
- |
|
||||
if [[ $TRAVIS_EVENT_TYPE != "cron" ]]; then
|
||||
if [[ $TOXENV == "amo-locales-and-signing" ]]; then
|
||||
docker run --name autograph -d -p 5500:5500 -v $(pwd)/scripts/:/scripts/ mozilla/autograph:latest /go/bin/autograph -c /scripts/autograph_travis_test_config.yaml
|
||||
docker run --name autograph -d -p 5500:5500 -v $(pwd)/scripts/:/scripts/ mozilla/autograph:2.2.0 /go/bin/autograph -c /scripts/autograph_travis_test_config.yaml
|
||||
fi
|
||||
RUNNING_IN_CI=True tox
|
||||
fi
|
||||
|
|
Загрузка…
Ссылка в новой задаче