Skip to content

Commit 0ad7cb1

Browse files
committed
disable for ci
1 parent 15cfdfd commit 0ad7cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run-app.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ docker exec --user www-data -i nextcloud-container php occ config:system:set mai
124124
docker exec --user www-data -i nextcloud-container php occ config:system:set mail_domain --value="example.com"
125125
docker exec --user www-data -i nextcloud-container php occ user:setting admin settings email [email protected]
126126

127-
if [ "$IS_CI" -ne 0 ]; then
127+
if [ "$IS_CI" -eq 0 ]; then
128128
setup_s3 &
129129
wait %1 || exit 1
130130
fi

0 commit comments

Comments
 (0)