Skip to content

Commit

Permalink
Empty oqdata before restoring demos
Browse files Browse the repository at this point in the history
  • Loading branch information
ptormene committed Nov 15, 2023
1 parent d7dbbdd commit 86bc129
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/qgis_383.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
cd ..
echo "Restore OQ-Engine demos for $ENGINE_BR branch "
source $HOME/openquake/bin/activate
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 &
echo "Waiting WEBUI up on port 8800...."
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/qgis_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
cd ..
echo "Restore OQ-Engine demos for $ENGINE_BR branch "
source $HOME/openquake/bin/activate
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 &
echo "Waiting WEBUI up on port 8800...."
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/qgis_ltr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
python3 install.py devel
cd ..
echo "Restore OQ-Engine demos for $ENGINE_BR branch "
oq reset -y
source $HOME/openquake/bin/activate
oq restore https://artifacts.openquake.org/travis/oqdata-${ENGINE_BR}.zip ~/oqdata
oq webui start 172.17.0.1:8800 --skip-browser &> webui.log &
Expand Down

0 comments on commit 86bc129

Please sign in to comment.