Skip to content

Commit

Permalink
Remove borehole deletion in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf authored Aug 30, 2024
1 parent 4542870 commit 0f5baab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
pushd web_build
./make_boreholes.py -b batch.txt -d query_data.db boreholes
tar cvfz boreholes.tar.gz ./boreholes
rm -rf boreholes
popd
- name: Upload borehole data
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 0f5baab

Please sign in to comment.