This commit is contained in:
parent
9edb012d61
commit
93dcec2c97
@ -7,6 +7,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Sleep a bit
|
||||
- name: Frobnicate
|
||||
run: |
|
||||
sleep 300
|
||||
echo "ok" > foo.txt
|
||||
cat foo.txt
|
||||
|
@ -1,10 +0,0 @@
|
||||
# .woodpecker.yml
|
||||
steps:
|
||||
build:
|
||||
image: alpine
|
||||
commands:
|
||||
- echo "This is the build step"
|
||||
a-test-step:
|
||||
image: alpine
|
||||
commands:
|
||||
- echo "Testing.."
|
Loading…
Reference in New Issue
Block a user