Added pwd
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Martin Slot 2022-08-16 21:11:53 +02:00
parent 16ca0b2e7b
commit 66a6dd7397
1 changed files with 3 additions and 1 deletions

View File

@ -15,8 +15,10 @@ pipeline:
- mkdir out
- echo "testy test from first-job" > out/testy.txt
- ls -la
- pwd
second-job:
image: busybox
commands:
- ls -la
- cat testy.txt
- pwd
- cat out/testy.txt