mirror of
				https://github.com/optim-enterprises-bv/Mailu.git
				synced 2025-10-30 17:47:55 +00:00 
			
		
		
		
	Use sudo for running sh commands
This commit is contained in:
		| @@ -18,7 +18,7 @@ install: | |||||||
| before_script: | before_script: | ||||||
|   - docker-compose -v |   - docker-compose -v | ||||||
|   - docker-compose -f tests/build.yml build |   - docker-compose -f tests/build.yml build | ||||||
|   - mkdir -p /mailu && sudo cp -r tests/certs /mailu && chmod 600 /mailu/certs/* |   - sudo -- sh -c 'mkdir -p /mailu && cp -r tests/certs /mailu && chmod 600 /mailu/certs/*' | ||||||
|  |  | ||||||
| script: | script: | ||||||
| # test.py, test name and timeout between start and tests. | # test.py, test name and timeout between start and tests. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Ionut Filip
					Ionut Filip