This commit is contained in:
parent
bd15dc3433
commit
e8c14e7447
1 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@ steps:
|
|||
- pwd
|
||||
- whoami
|
||||
- hostname
|
||||
- printf '%s %s %s\n' "$(date --iso-8601=seconds)" "$(hostname)" "$(git rev-parse --short HEAD)" >> ~/woodpecker-smoke.log
|
||||
- tail -n 5 ~/woodpecker-smoke.log
|
||||
- printf '%s %s %s\n' "$(date --iso-8601=seconds)" "$(hostname)" "$(git rev-parse --short HEAD)" >> /var/tmp/woodpecker-smoke.log
|
||||
- tail -n 5 /var/tmp/woodpecker-smoke.log
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue