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 d68eea9 commit 34f394e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-testsystem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- name: Install PLY 3D model
run: |
docker exec -u root -i dfg-viewer-app-1 sh -c "\
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 \
mdir -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"
# installation routine of ngrok https://dashboard.ngrok.com/get-started/setup/linux
Expand Down

0 comments on commit 34f394e

Please sign in to comment.