diff --git a/.forgejo/workflows/daily_data_maintenance.yml b/.forgejo/workflows/daily_data_maintenance.yml index b65736f..862a352 100644 --- a/.forgejo/workflows/daily_data_maintenance.yml +++ b/.forgejo/workflows/daily_data_maintenance.yml @@ -7,16 +7,16 @@ jobs: runs-on: [ lain ] steps: - uses: https://source.mapcomplete.org/actions/checkout@v4 - - - name: Tests + + - name: Print root directory shell: bash - run: pwd && ls / && ls ~ - + run: ls / + - name: Download the planet file shell: bash run: wget --show-progress https://planet.openstreetmap.org/pbf/planet-latest.osm.pbf -O /data/planet-latest.osm.pbf.part - + - name: Move the planet file shell: bash diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml deleted file mode 100644 index 9a135d5..0000000 --- a/.forgejo/workflows/test.yml +++ /dev/null @@ -1,17 +0,0 @@ -on: - - push - -jobs: - count: - runs-on: [ lain ] - steps: - - uses: actions/checkout@v3 - - - name: Tests - shell: bash - run: | - while true; do - date - sleep 60 - done -