Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian QA
jenkins.debian.net
Commits
41fd4fd9
Verified
Commit
41fd4fd9
authored
Sep 02, 2022
by
Mattia Rizzolo
Browse files
node wrapper: remove the debug, which is messing up with scp
Signed-off-by:
Mattia Rizzolo
<
mattia@debian.org
>
parent
4fa4ecce
Changes
1
Show whitespace changes
Inline
Side-by-side
bin/jenkins_node_wrapper.sh
View file @
41fd4fd9
...
...
@@ -61,9 +61,6 @@ shift
if
[[
"
$*
"
=
"/bin/true"
]]
;
then
exec
/bin/true
;
croak
"Exec failed"
;
elif
[
"
$1
"
=
scp
]
&&
[
"
$2
"
=
-f
]
;
then
set
-x
echo
"Debug:
$*
"
echo
"Debug:
$@
"
exec
scp
-f
"
$3
"
;
croak
"Exec failed"
;
elif
[[
"
$*
"
=
'rm -v $(mktemp --tmpdir=/tmp read-only-fs-test-XXXXXX)'
]]
;
then
exec rm
-v
$(
mktemp
--tmpdir
=
/tmp read-only-fs-test-XXXXXX
)
;
croak
"Exec failed"
;
...
...
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