mirror of
				https://github.com/laurivosandi/certidude
				synced 2025-10-30 17:09:19 +00:00 
			
		
		
		
	tests: Prevent nginx setup on Travis
This commit is contained in:
		| @@ -872,7 +872,7 @@ def certidude_setup_authority(username, kerberos_keytab, nginx_config, country, | |||||||
|         certidude_path = sys.argv[0] |         certidude_path = sys.argv[0] | ||||||
|  |  | ||||||
|         # Push server config generation |         # Push server config generation | ||||||
|         if not os.path.exists("/etc/nginx"): |         if not os.path.exists("/etc/nginx") or os.getenv("TRAVIS"): | ||||||
|             click.echo("Directory /etc/nginx does not exist, hence not creating nginx configuration") |             click.echo("Directory /etc/nginx does not exist, hence not creating nginx configuration") | ||||||
|             listen = "0.0.0.0" |             listen = "0.0.0.0" | ||||||
|             port = "80" |             port = "80" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user