Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
b60132c2
Unverified
Commit
b60132c2
authored
Nov 12, 2025
by
atchernych
Committed by
GitHub
Nov 12, 2025
Browse files
fix: add -R flag to recurse into subdir for gaie recipe (#4260)
Signed-off-by:
Anna Tchernych
<
atchernych@nvidia.com
>
parent
a38319e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
recipes/run.sh
recipes/run.sh
+1
-1
No files found.
recipes/run.sh
View file @
b60132c2
...
...
@@ -233,7 +233,7 @@ if [[ "$INTEGRATION" == "gaie" ]]; then
# run gaie checks.
SCRIPT_DIR
=
"
$(
cd
--
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&&
pwd
)
"
"
${
SCRIPT_DIR
}
/gaie_checks.sh"
kubectl apply
-f
"
$DEPLOY_PATH
/gaie/k8s-manifests"
-n
"
$NAMESPACE
"
$DRY_RUN
kubectl apply
-R
-f
"
$DEPLOY_PATH
/gaie/k8s-manifests"
-n
"
$NAMESPACE
"
# For now do not run the benchmark
exit
fi
...
...
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