1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-02-05 13:05:02 +02:00

Use sudo for running sh commands

This commit is contained in:
Ionut Filip 2018-11-02 15:32:36 +02:00
parent fd8ed3dfa6
commit 0d6a203a9d

View File

@ -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.