Use sudo for running sh commands

master
Ionut Filip 6 years ago
parent fd8ed3dfa6
commit 0d6a203a9d

@ -18,7 +18,7 @@ install:
before_script:
- docker-compose -v
- 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:
# test.py, test name and timeout between start and tests.

Loading…
Cancel
Save