Skip to content

Commit 3b4a9d6

Browse files
authored
fix: add -R flag to recurse into subdir for gaie recipe #4260 (#4287)
Signed-off-by: Anna Tchernych <[email protected]>
1 parent ee4d28e commit 3b4a9d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ if [[ "$INTEGRATION" == "gaie" ]]; then
233233
# run gaie checks.
234234
SCRIPT_DIR="$(cd -- "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
235235
"${SCRIPT_DIR}/gaie_checks.sh"
236-
kubectl apply -f "$DEPLOY_PATH/gaie/k8s-manifests" -n "$NAMESPACE"
236+
$DRY_RUN kubectl apply -R -f "$DEPLOY_PATH/gaie/k8s-manifests" -n "$NAMESPACE"
237237
# For now do not run the benchmark
238238
exit
239239
fi

0 commit comments

Comments
 (0)