fix typo in docker test script (#10334)
This commit is contained in:
		
				
					committed by
					
						
						Todd Gamblin
					
				
			
			
				
	
			
			
			
						parent
						
							6c638600d7
						
					
				
				
					commit
					8e71ba8aa0
				
			@@ -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
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user