mirror of
				https://github.com/dcarrillo/docker-nginx.git
				synced 2025-10-31 00:39:09 +00:00 
			
		
		
		
	Fix 'the input device is not a TTY' error when running tests in github
This commit is contained in:
		| @@ -70,8 +70,8 @@ docker run --name "${NGINX_VERSION}"_test --rm \ | ||||
|  | ||||
| echo "Preparing requester container..." | ||||
| docker run --name "${NGINX_VERSION}"_requester --rm --link "${NGINX_VERSION}"_test \ | ||||
|            -ti -d $ALPINE_VERSION sh > /dev/null | ||||
| exec_docker="docker exec -ti ${NGINX_VERSION}_requester" | ||||
|            -i -d $ALPINE_VERSION sh > /dev/null | ||||
| exec_docker="docker exec -i ${NGINX_VERSION}_requester" | ||||
| $exec_docker apk add curl > /dev/null | ||||
|  | ||||
| for request in http://${NGINX_VERSION}_test/nginx_status https://${NGINX_VERSION}_test/nginx_status; do | ||||
|   | ||||
		Reference in New Issue
	
	Block a user