fix typo in docker test script (#10334)

This commit is contained in:
Omar Padron 2019-01-12 20:30:35 -05:00 committed by Todd Gamblin
parent 6c638600d7
commit 8e71ba8aa0

View file

@ -37,7 +37,7 @@ for config in share/spack/docker/config/* ; do
./share/spack/docker/build-image.sh; ./share/spack/docker/build-image.sh;
done done
if [ "$TEST_SUITE" '=' "docker build" -a \ if [ "$TEST_SUITE" '=' "docker" -a \
"$TRAVIS_EVENT_TYPE" != "pull_request" -a \ "$TRAVIS_EVENT_TYPE" != "pull_request" -a \
ensure_docker_login ] ; then ensure_docker_login ] ; then