Skip to content

Commit

Permalink
fix(full-run-test)
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Dec 1, 2023
1 parent 2234742 commit 2ce6df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/full-run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
cat > ~/.davfs2/secrets <<EOF
http://localhost:8080/remote.php/dav/recognize/admin/ admin password
EOF
sudo mount -t davfs http://localhost:8080/remote.php/dav/recognize/admin/ ./dav-mount
sudo mount -t davfs http://localhost:8080/remote.php/dav/recognize/admin/ "$(pwd)/dav-mount"
cd dav-mount
ls unassigned-faces
mv unassigned-faces/* faces/0/
Expand Down

0 comments on commit 2ce6df0

Please sign in to comment.