Skip to content

Commit

Permalink
tmp: debug commit to debug runtime
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Zavodskikh <[email protected]>
  • Loading branch information
Roman Zavodskikh committed Nov 26, 2024
1 parent f6f9efb commit e1a9285
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,15 @@ pipeline:
type: script
vm_config:
type: linux
image: cdp-runtime/mkdocs-v9
image: cdp-runtime/mkdocs-v9:main-135
size: small
commands:
- desc: install deps
cmd: |
pipx inject mkdocs-material markdown-include
- desc: build docs
cmd: |
sleep 36000 # tmp command to debug
build-docs
artifacts:
- type: docs
Expand Down

0 comments on commit e1a9285

Please sign in to comment.