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: when:
branch: none branch: none
step1: frontend:
image: alpine:latest image: node:16-alpine
commands: commands:
- date - date
- ls -l - ls -l
- date >step1.txt - date >step-frontend.txt
- ls -l - ls -l
backend:
step2: image: golang:1.18
image: alpine:latest
commands: commands:
- date - date
- ls -l - ls -l
- date >step2.txt - date >step-backend.txt
- ls -l - ls -l