We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea599c commit 15cfdfdCopy full SHA for 15cfdfd
scripts/run-app.sh
@@ -124,8 +124,11 @@ docker exec --user www-data -i nextcloud-container php occ config:system:set mai
124
docker exec --user www-data -i nextcloud-container php occ config:system:set mail_domain --value="example.com"
125
docker exec --user www-data -i nextcloud-container php occ user:setting admin settings email [email protected]
126
127
-setup_s3 &
128
-wait %1 || exit 1
+if [ "$IS_CI" -ne 0 ]; then
+ setup_s3 &
129
+ wait %1 || exit 1
130
+fi
131
+
132
133
composer install
134
0 commit comments