Skip to content

Commit cbc1cc7

Browse files
authored
Merge pull request #30967 from nextcloud/techdebt/noid/bump-samba-images
[stable23] Bump samba images in tests
2 parents bab0881 + a470035 commit cbc1cc7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.drone.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ steps:
153153
image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest
154154
commands:
155155
- git submodule update --init
156-
- name: sqlite-php7.3-samba-native
157-
image: nextcloudci/samba-native-php7.3:samba-native-php7.3-1
156+
- name: sqlite-php7.4-samba-native
157+
image: ghcr.io/nextcloud/continuous-integration-samba-native-php7.4:latest
158158
commands:
159159
- smbd -D -FS &
160160
- ./autotest-external.sh sqlite smb-linux
@@ -163,8 +163,8 @@ steps:
163163
- 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"
164164
- 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"
165165
- 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"
166-
- name: sqlite-php7.3-samba-non-native
167-
image: nextcloudci/samba-non-native-php7.3:samba-non-native-php7.3-1
166+
- name: sqlite-php7.4-samba-non-native
167+
image: ghcr.io/nextcloud/continuous-integration-samba-non-native-php7.4:latest
168168
commands:
169169
- smbd -D -FS &
170170
- ./autotest-external.sh sqlite smb-linux

0 commit comments

Comments
 (0)