Skip to content
Snippets Groups Projects
Commit 8e71ba8a authored by Omar Padron's avatar Omar Padron Committed by Todd Gamblin
Browse files

fix typo in docker test script (#10334)

parent 6c638600
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ for config in share/spack/docker/config/* ; do
./share/spack/docker/build-image.sh;
done
if [ "$TEST_SUITE" '=' "docker build" -a \
if [ "$TEST_SUITE" '=' "docker" -a \
"$TRAVIS_EVENT_TYPE" != "pull_request" -a \
ensure_docker_login ] ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment