Pull full paths from git

Signed-off-by: zyphlar <zyphlar@gmail.com>
This commit is contained in:
zyphlar
2025-10-26 01:01:29 -07:00
parent b4314a0587
commit 14868e1eae

View File

@@ -112,7 +112,7 @@ jobs:
cd /media/4tbexternal
git clone https://codeberg.org/comaps/wikiparser.git
else
cd wikiparser && git pull origin main
cd /media/4tbexternal/wikiparser && git pull origin main
fi
- name: Check for planet file
shell: bash
@@ -200,7 +200,7 @@ jobs:
cd /media/4tbexternal
git clone --recurse-submodules --shallow-submodules -b rebase-generator-pastk-wb251014 --single-branch https://codeberg.org/comaps/comaps.git comaps-init
else
cd comaps-init && git pull origin rebase-generator-pastk-wb251014
cd /media/4tbexternal/comaps-init && git pull origin rebase-generator-pastk-wb251014
fi
- name: Update Isolines
shell: bash
@@ -243,7 +243,7 @@ jobs:
cd /media/4tbexternal
git clone https://codeberg.org/comaps/subways.git
else
cd subways && git pull origin master
cd /media/4tbexternal/subways && git pull origin master
fi
- name: Clone or update main repo if necessary
shell: bash
@@ -252,7 +252,7 @@ jobs:
cd /media/4tbexternal
git clone --recurse-submodules --shallow-submodules -b rebase-generator-pastk-wb251014 --single-branch https://codeberg.org/comaps/comaps.git comaps-init
else
cd comaps-init && git pull origin rebase-generator-pastk-wb251014
cd /media/4tbexternal/comaps-init && git pull origin rebase-generator-pastk-wb251014
fi
- name: Update Subways
shell: bash
@@ -312,7 +312,7 @@ jobs:
cd /media/4tbexternal
git clone --recurse-submodules --shallow-submodules -b rebase-generator-pastk-wb251014 --single-branch https://codeberg.org/comaps/comaps.git comaps-init
else
cd comaps-init && git pull origin rebase-generator-pastk-wb251014
cd /media/4tbexternal/comaps-init && git pull origin rebase-generator-pastk-wb251014
fi
- name: Build address_parser
shell: bash
@@ -389,7 +389,7 @@ jobs:
cd /media/4tbexternal
git clone --recurse-submodules --shallow-submodules -b rebase-generator-pastk-wb251014 --single-branch https://codeberg.org/comaps/comaps.git comaps-init
else
cd comaps-init && git pull origin rebase-generator-pastk-wb251014
cd /media/4tbexternal/comaps-init && git pull origin rebase-generator-pastk-wb251014
fi
- name: Make output folders if necessary
shell: bash