mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Fix apache2 start command in .drone.yml
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
540832e15e
commit
910e1aa8e6
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ steps:
|
|||
- name: sqlite-php7.4-webdav-apache
|
||||
image: ghcr.io/nextcloud/continuous-integration-webdav-apache-php7.4:latest
|
||||
commands:
|
||||
- apache2
|
||||
- apache2ctl start
|
||||
- ./autotest-external.sh sqlite webdav-apachedrone
|
||||
- wget https://codecov.io/bash -O codecov.sh
|
||||
- sh -c "if [ '$DRONE_BUILD_EVENT' = 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -P $DRONE_PULL_REQUEST -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite.xml; fi"
|
||||
|
|
|
|||
Loading…
Reference in a new issue