Skip to content

Commit cb54efe

Browse files
committed
ci: Remove broken samba non-native
Signed-off-by: Joas Schilling <[email protected]>
1 parent f403b9d commit cb54efe

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.drone.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -164,16 +164,6 @@ steps:
164164
- sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite.xml; fi"
165165
- 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-smb-linux.xml; fi"
166166
- sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite-smb-linux.xml; fi"
167-
- name: sqlite-php7.3-samba-non-native
168-
image: nextcloudci/samba-non-native-php7.3:samba-non-native-php7.3-1
169-
commands:
170-
- smbd -D -FS &
171-
- ./autotest-external.sh sqlite smb-linux
172-
- wget https://codecov.io/bash -O codecov.sh
173-
- 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"
174-
- sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite.xml; fi"
175-
- 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-smb-linux.xml; fi"
176-
- sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite-smb-linux.xml; fi"
177167

178168
trigger:
179169
branch:
@@ -2392,6 +2382,6 @@ trigger:
23922382
# - push
23932383
---
23942384
kind: signature
2395-
hmac: 0924fb2a2720d9e44d86b90ff35d4c9318eaf330722b505d3a140da4aa9cb014
2385+
hmac: 3bc8bb5aec76a1d247441a0a500b326d069e964c4e8bbf1fed2dd37c9abcefa5
23962386

23972387
...

0 commit comments

Comments
 (0)