CI: Update auth flags in Makefile
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
77ccc8d3e1
commit
9260c9b717
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -130,9 +130,9 @@ acceptance-sqlite-stop:
|
|||
acceptance-auth-sqlite-restart:
|
||||
cp -f storage/acceptance/backup.db storage/acceptance/index.db
|
||||
cp -f storage/acceptance/config-sqlite/settingsBackup.yml storage/acceptance/config-sqlite/settings.yml
|
||||
./photoprism --auth-mode "passwd" -c "./storage/acceptance/config-sqlite" --test start -d
|
||||
./photoprism --auth-mode="password" -c "./storage/acceptance/config-sqlite" --test start -d
|
||||
acceptance-auth-sqlite-stop:
|
||||
./photoprism --auth-mode "passwd" -c "./storage/acceptance/config-sqlite" --test stop
|
||||
./photoprism --auth-mode="password" -c "./storage/acceptance/config-sqlite" --test stop
|
||||
start:
|
||||
./photoprism start -d
|
||||
stop:
|
||||
|
|
Loading…
Reference in a new issue