Home
Phorge
Search
Configure Global Search
Log In
Transactions
D254
Change Details
Change Details
Old
New
Diff
Verify you can run libkazv's pipeline.
Run a pipeline that has `foo=0; while [ "$foo" -lt 3600 ]; do sleep 180; foo=$((foo + 180)); echo "$foo"; done`. Verify that that pipeline does not fail.
Verify you can run libkazv's pipeline
Run a pipeline that has `foo=0; while [ "$foo" -lt 3600 ]; do sleep 180; foo=$((foo + 180)); echo "$foo"; done`. Verify that that pipeline does not fail
.
Continue