test: persist between steps
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Settel 2022-11-05 21:54:26 +01:00
parent 4a72da223d
commit 14546cd7b8

View File

@ -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