Skip to content

Commit

Permalink
Merge pull request #48 from mundialis/update_DOP_workflows
Browse files Browse the repository at this point in the history
added git pull in tileindices workflows
  • Loading branch information
JHalbauer authored Oct 22, 2024
2 parents 4507d45 + 3ca597f commit f95f010
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tindex_alkis_lk_he.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
echo ${ID}
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
git config pull.rebase false
git add ALKIS/Liegenschaftskataster/HE/HE_ALKIS_LK_tindex.gpkg.gz
git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
git pull origin main
git push
2 changes: 2 additions & 0 deletions .github/workflows/tindex_dop_nw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
echo ${ID}
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
git config pull.rebase false
git add DOP/NW/openNRW_DOP10_tileindex.gpkg.gz
git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
git pull origin main
git push
2 changes: 2 additions & 0 deletions .github/workflows/tindex_dsm_dtm_he.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
git config pull.rebase false
git add DTM/HE/HE_DSM_tindex.gpkg.gz
git add DSM/HE/HE_DTM_tindex.gpkg.gz
git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
git pull origin main
git push
2 changes: 2 additions & 0 deletions .github/workflows/tindex_dsm_dtm_hh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
git config pull.rebase false
git add DTM/HH/hh_dgm1_tindex_proj.gpkg.gz
git add DSM/HH/hh_dom_tindex_proj.gpkg.gz
git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
git config pull.rebase false
git push
2 changes: 2 additions & 0 deletions .github/workflows/tindex_ndsm_nw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
echo ${ID}
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
git config pull.rebase false
git add nDSM/NRW/nrw_ndom_tindex_proj.gpkg.gz
git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
git pull origin main
git push

0 comments on commit f95f010

Please sign in to comment.