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:
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…
x
Reference in New Issue
Block a user