From 36a65945bac078b098814072bab10336c970ce84 Mon Sep 17 00:00:00 2001 From: zyphlar Date: Thu, 1 Jan 2026 00:01:28 +0100 Subject: [PATCH] remove branch and unused vars Signed-off-by: zyphlar --- .forgejo/workflows/process_subways.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.forgejo/workflows/process_subways.yml b/.forgejo/workflows/process_subways.yml index 718531200..4c1532b06 100644 --- a/.forgejo/workflows/process_subways.yml +++ b/.forgejo/workflows/process_subways.yml @@ -3,11 +3,11 @@ on: workflow_dispatch: # Manual trigger env: - PLANET: /home/planet/planet/planet.o5m - TMPDIR: /tmp - HTML_DIR: "/mnt/4tbexternal/osm-planet/subway/validator" - DUMP: "$HTML_DIR" - SKIP_PLANET_UPDATE: "1" + #PLANET: /home/planet/planet/planet-latest.pbf + #TMPDIR: /tmp + #HTML_DIR: "/mnt/4tbexternal/osm-planet/subway/validator" + #DUMP: "$HTML_DIR" + #SKIP_PLANET_UPDATE: "1" DEBIAN_FRONTEND: nonnteractive TZ: Etc/UTC @@ -39,7 +39,7 @@ jobs: shell: bash run: | cd ~ - git clone --depth 1 -b zy-fix-validation --single-branch https://codeberg.org/comaps/subways.git + git clone --depth 1 --single-branch https://codeberg.org/comaps/subways.git update-planet-pbf: name: Update PBF Planet