Skip to content

Commit

Permalink
Try to checkout the right engine branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ptormene committed Nov 15, 2023
1 parent 9944302 commit 1d6d309
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/qgis_ltr_engine_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
oq reset -y
oq restore https://artifacts.openquake.org/travis/oqdata-${ENGINE_BR}.zip ~/oqdata
oq webui start 172.17.0.1:8800 --skip-browser &> webui.log &
git checkout $ENGINE_BR
echo "Waiting WEBUI up on port 8800...."
while ! nc -z 172.17.0.1 8800; do
sleep 5
Expand Down

0 comments on commit 1d6d309

Please sign in to comment.