Skip to content

Commit c57f2da

Browse files
committed
fix(ci)
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent b8142ab commit c57f2da

2 files changed

Lines changed: 5 additions & 10 deletions

File tree

.github/workflows/integration-test.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -109,16 +109,11 @@ jobs:
109109
sqlite3 data/owncloud.db "SELECT * from oc_preferences where configkey = 'importing_dropbox';" >> result.txt
110110
sqlite3 data/owncloud.db "SELECT * from oc_preferences where configkey = 'last_import_error';" >> result.txt
111111
cat > result.expected.txt <<- EOM
112-
admin|integration_dropbox|nb_imported_files|0
113-
admin|integration_dropbox|importing_dropbox|0
114-
admin|integration_dropbox|last_import_error|
112+
admin|integration_dropbox|nb_imported_files|0|1|1|0|
113+
admin|integration_dropbox|importing_dropbox|0|1|1|0|
114+
admin|integration_dropbox|last_import_error||1|1|0|
115115
EOM
116-
cat > result.nc31.expected.txt <<- EOM
117-
admin|integration_dropbox|nb_imported_files|0|0|0|0|
118-
admin|integration_dropbox|importing_dropbox|0|0|0|0|
119-
admin|integration_dropbox|last_import_error||0|0|0|
120-
EOM
121-
diff result.expected.txt result.txt || diff result.nc31.expected.txt result.txt
116+
diff result.expected.txt result.txt
122117
cat > du-sh.expected.txt <<- EOM
123118
1.6G data/admin/files/Dropbox import/
124119
EOM

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<bugs>https://github.com/nextcloud/integration_dropbox/issues</bugs>
2121
<screenshot>https://github.com/nextcloud/integration_dropbox/raw/master/img/screenshot1.jpg</screenshot>
2222
<dependencies>
23-
<nextcloud min-version="32" max-version="33"/>
23+
<nextcloud min-version="32" max-version="34"/>
2424
</dependencies>
2525
<commands>
2626
<command>OCA\Dropbox\Command\StartImport</command>

0 commit comments

Comments
 (0)