-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #48 from mundialis/update_DOP_workflows
added git pull in tileindices workflows
- Loading branch information
Showing
5 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |