woodpecker test 2
This commit is contained in:
parent
d57ed2986f
commit
b208dbcc9d
1 changed files with 5 additions and 8 deletions
|
@ -4,12 +4,9 @@ when:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: debian
|
image: node
|
||||||
commands:
|
commands:
|
||||||
- echo "This is the build step"
|
- npm install
|
||||||
- echo "binary-data-123" > executable
|
- npm run build
|
||||||
- name: a-test-step
|
- apk add --no-cache rsync
|
||||||
image: golang:1.16
|
|
||||||
commands:
|
|
||||||
- echo "Testing ..."
|
|
||||||
- ./executable
|
|
Loading…
Reference in a new issue