Test sharing a file to a card

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-12-30 21:39:50 +01:00
parent 6f040d030f
commit 00c24065c6
4 changed files with 144 additions and 13 deletions

View File

@@ -15,10 +15,8 @@ INSTALLED=$($OCC status | grep installed: | cut -d " " -f 5)
if [ "$INSTALLED" == "true" ]; then
$OCC app:enable deck
else
if [ "$SCENARIO_TO_RUN" != "setup_features/setup.feature" ]; then
echo "Nextcloud instance needs to be installed" >&2
exit 1
fi
echo "Nextcloud instance needs to be installed" >&2
exit 1
fi
composer install