Skip to content

Commit

Permalink
adjust GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
anikaweinmann committed Apr 24, 2024
1 parent 7133118 commit 1c39934
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tindex_dsm_dtm_hh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ jobs:
- name: Creation of DSM tindex
run: |
sed -i "s+RUN python3 DOP/NW/openNRW_DOP_tindex.py+RUN grass -c epsg:25832 /grassdb/HH_DSM --exec python3 DSM/HH/HH_DSM_tindex.py+g" docker/Dockerfile
docker build -f docker/Dockerfile -t test-tindex .
ID=$(docker create test-tindex)
docker build -f docker/Dockerfile -t test-tindex-dsm .
ID=$(docker create test-tindex-dsm)
echo $ID
docker cp $ID:/src/tile-indices/DSM/HH/hh_dom_tindex_proj.gpkg.gz DSM/HH/
# Commit and push all changed files.
- name: Creation of DTM tindex
run: |
sed -i "s+RUN python3 DOP/NW/openNRW_DOP_tindex.py+RUN grass -c epsg:25832 /grassdb/HH_DSM --exec python3 DTM/HH/HH_DTM_tindex.py+g" docker/Dockerfile
docker build -f docker/Dockerfile -t test-tindex .
ID=$(docker create test-tindex)
docker build -f docker/Dockerfile -t test-tindex-dtm .
ID=$(docker create test-tindex-dtm)
echo $ID
docker cp $ID:/src/tile-indices/DTM/HH/hh_dgm1_tindex_proj.gpkg.gz DTM/HH/
# Commit and push all changed files.
Expand Down

0 comments on commit 1c39934

Please sign in to comment.