Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OKD
build-several-image-and-compose
Commits
9224ec3f
Commit
9224ec3f
authored
Oct 26, 2020
by
Yori Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added echos
parent
2479a21d
Pipeline
#1926
passed with stages
in 3 minutes and 5 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
proc1/busybox.py
proc1/busybox.py
+1
-0
proc2/busybox.py
proc2/busybox.py
+1
-0
No files found.
proc1/busybox.py
View file @
9224ec3f
...
...
@@ -3,6 +3,7 @@ import pyvo as vo
import
sunpy
as
sp
while
True
:
print
(
'I am stil alive'
)
sleep
(
10.
)
exit
(
0
)
proc2/busybox.py
View file @
9224ec3f
...
...
@@ -3,6 +3,7 @@ import pyvo as vo
import
sunpy
as
sp
while
True
:
print
(
'I am stil alive'
)
sleep
(
10.
)
exit
(
0
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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