fix typo in docker test script (#10334)
This commit is contained in:
parent
6c638600d7
commit
8e71ba8aa0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue