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 27, 2024
1 parent c2eeb35 commit 9d453e1
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 @@ -61,7 +61,7 @@ jobs:
run: |
docker exec -u root -i dfg-viewer-app-1 sh -c "\
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\"\
&& wget "https://github.com/cnr-isti-vclab/3DHOP/raw/refs/heads/master/examples/models/gargo.ply" -P /var/www/html/dfg-viewer/public/fileadmin/models\
&& chown -R www-data:www-data /var/www/html/dfg-viewer/public/fileadmin/models"
# installation routine of ngrok https://dashboard.ngrok.com/get-started/setup/linux
Expand Down

0 comments on commit 9d453e1

Please sign in to comment.