knowyt/.woodpecker.yml
Settel 4a72da223d
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
test: persist between steps
2022-11-05 21:51:38 +01:00

29 lines
484 B
YAML

pipeline:
build:
image: node:16-alpine
commands:
- apk add make
- apk add go
- apk add go-bindata
- make setup-code
- (cd client/ && yarn generate)
- make -C server build
when:
branch: none
step1:
image: alpine:latest
commands:
- date
- ls -l
- date >step1.txt
- ls -l
step2:
image: alpine:latest
commands:
- date
- ls -l
- date >step2.txt
- ls -l