skupperproject / skewer

A library for documenting and testing Skupper examples
Apache License 2.0
2 stars 2 forks source link

A pause step so users can leave examples running #3

Closed pwright closed 2 years ago

ssorj commented 2 years ago

I ended up adding a demo mode for this. It runs right before cleaning up if you have the SKEWER_DEMO env var set.

https://github.com/skupperproject/skewer#demo-mode

If you want to add a pause elsewhere, for debugging, I usually add a "- run: sleep 86400".

pwright commented 2 years ago

thx, I can use the following for debugging:

- run: read  -n 1 -p "Press return to continue:" dummyinput