add debug command
This commit is contained in:
parent
4a2894680c
commit
8ec6d2e466
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ pipeline:
|
|||
group: build
|
||||
image: alpine
|
||||
commands:
|
||||
- myhostname=$(hostname)
|
||||
- echo my hostname is ${myhostname}
|
||||
- echo "running env command"
|
||||
- env
|
||||
|
||||
slack:
|
||||
image: plugins/slack
|
||||
|
|
Loading…
Reference in a new issue