Skip to content
Snippets Groups Projects
Commit 5cf7f4e9 authored by Gaël Bréard's avatar Gaël Bréard Committed by Pierre Smeyers
Browse files

fix: disable shellcheck rule

parent 0ef87337
No related branches found
No related tags found
No related merge requests found
......@@ -360,6 +360,7 @@ stages:
# apply/delete deployment descriptor
log_info "--- \\e[32mkustomize\\e[0m"
# shellcheck disable=SC2086
kubectl kustomize "$deploymentdir" ${K8S_KUSTOMIZE_ARGS} > ./generated-deployment.yml
log_info "--- \\e[32mkubectl apply\\e[0m"
kubectl ${TRACE+-v=5} "$action" -f ./generated-deployment.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment