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:
|
||||
- name: build
|
||||
image: debian
|
||||
image: node
|
||||
commands:
|
||||
- echo "This is the build step"
|
||||
- echo "binary-data-123" > executable
|
||||
- name: a-test-step
|
||||
image: golang:1.16
|
||||
commands:
|
||||
- echo "Testing ..."
|
||||
- ./executable
|
||||
- npm install
|
||||
- npm run build
|
||||
- apk add --no-cache rsync
|
||||
|
Loading…
Reference in a new issue