Skip to content

Commit

Permalink
Update run-testsystem.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
markusweigelt authored Nov 25, 2024
1 parent 34f394e commit 5c67351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-testsystem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install PLY 3D model
run: |
docker exec -u root -i dfg-viewer-app-1 sh -c "\
mdir -p /var/www/html/dfg-viewer/public/fileadmin/models/ \
mkdir -p /var/www/html/dfg-viewer/public/fileadmin/models/ \
&& wget "https://github.com/cnr-isti-vclab/3DHOP/raw/refs/heads/master/examples/models/gargo.ply" -O /var/www/html/dfg-viewer/public/fileadmin/models/gargo.ply \
&& chown -R www-data:www-data models"
Expand Down

0 comments on commit 5c67351

Please sign in to comment.