Skip to content

Commit 823f818

Browse files
authored
Master gh 580 b dbip download workflow (#647)
* added dbip_download github workflow * change to run every day on midnight for QA * necesary changes to be able build dbip_country.rs on master * -p for generating ip_country/src * todo in dbip_download.yaml * condition for new branch generated-source * fixing condition for generated-source branch * fix generated-source branch name in condition * increse standard timeout milis const * manual trigger and debugging flags to runs * use variable to store git ls-remote command * add git fetch before checkout
1 parent 7659db8 commit 823f818

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dbip_download.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
set -xv
4949
git config user.name "github-actions[bot]"
5050
git config user.email "github-actions[bot]@users.noreply.github.com"
51+
git fetch
5152
BRANCH=$(git ls-remote --heads 2>/dev/null | grep generated-source)
5253
if [[ "$BRANCH" == "" ]]
5354
then

0 commit comments

Comments
 (0)