inspect pipe
This commit is contained in:
parent
eec272b66e
commit
53716d5323
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ pipeline:
|
|||
publish:
|
||||
image: node:18-alpine
|
||||
commands:
|
||||
- ls
|
||||
- ls build
|
||||
- ls build/bundle
|
||||
- ls build/bin
|
||||
- mkdir outbag_server
|
||||
- mkdir outbag_server/dist
|
||||
- mkdir upload
|
||||
|
|
Loading…
Reference in a new issue