Rename step
This commit is contained in:
parent
d6acdcb1a4
commit
107d0c9386
2 changed files with 5 additions and 22 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue