test: persist between steps
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
4a72da223d
commit
14546cd7b8
@ -11,19 +11,18 @@ pipeline:
|
||||
when:
|
||||
branch: none
|
||||
|
||||
step1:
|
||||
image: alpine:latest
|
||||
frontend:
|
||||
image: node:16-alpine
|
||||
commands:
|
||||
- date
|
||||
- ls -l
|
||||
- date >step1.txt
|
||||
- date >step-frontend.txt
|
||||
- ls -l
|
||||
|
||||
step2:
|
||||
image: alpine:latest
|
||||
backend:
|
||||
image: golang:1.18
|
||||
commands:
|
||||
- date
|
||||
- ls -l
|
||||
- date >step2.txt
|
||||
- date >step-backend.txt
|
||||
- ls -l
|
||||
|
Loading…
Reference in New Issue
Block a user