Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-cicd
misc
csst-echo
Commits
54ee5de6
Commit
54ee5de6
authored
Jan 06, 2026
by
BO ZHANG
🏀
Browse files
use p.exit()
parent
bc49a850
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/run.py
View file @
54ee5de6
...
...
@@ -6,4 +6,4 @@ p = Pipeline()
p
.
logger
.
info
(
"Hello, world!"
)
p
.
logger
.
info
(
f
"p.task =
{
p
.
task
}
"
)
exit
(
p
.
EXIT_CODES
[
"success"
]
)
p
.
exit
(
"success"
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment