Skip to content

Commit e6085a7

Browse files
committed
fix broken s3 ci condition
1 parent bd5e2dd commit e6085a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/run-app.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ docker exec --user www-data -i nextcloud-container php occ config:system:set mai
129129
docker exec --user www-data -i nextcloud-container php occ config:system:set mail_domain --value="example.com"
130130
docker exec --user www-data -i nextcloud-container php occ user:setting admin settings email test@example.com
131131

132-
if [ "$IS_CI" -eq 0 ]; then
132+
if [ "$IS_CI" -ne 0 ]; then
133133
setup_s3 &
134134
wait %1 || exit 1
135135
fi

0 commit comments

Comments
 (0)