Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
UNLOCK
kubernetes
Commits
4d30216f
Commit
4d30216f
authored
Sep 02, 2021
by
Jasper Koehorst
Browse files
run.sh with -x only in debug mode
parent
dad2ef53
Pipeline
#27825
failed with stage
in 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/nl/munlock/kubernetes/Kubernetes.java
View file @
4d30216f
...
...
@@ -307,7 +307,8 @@ public class Kubernetes {
// List of arguments for the command during startup
List
<
String
>
args
=
new
ArrayList
<>();
// Execute.sh should sync the collection after the run
args
.
add
(
"-x"
);
if
(
commandOptions
.
debug
)
args
.
add
(
"-x"
);
args
.
add
(
"/run.sh"
);
// The cwl workflow file
...
...
Write
Preview
Supports
Markdown
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