Skip to content

Commit

Permalink
fix(offline-build): remove internal-use helm charts
Browse files Browse the repository at this point in the history
related to WPB-11283
  • Loading branch information
lwille committed Sep 25, 2024
1 parent fbf32ca commit 66c38f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion offline/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail
INCREMENTAL="${INCREMENTAL:-0}"

# Default exclude list
HELM_CHART_EXCLUDE_LIST="inbucket"
HELM_CHART_EXCLUDE_LIST="aws-ingress,backoffice,calling-test,inbucket,nginx-ingress-controller,k8ssandra-test-cluster,fluent-bit,kibana,restund"

# Parse the HELM_CHART_EXCLUDE_LIST argument
for arg in "$@"
Expand Down

0 comments on commit 66c38f0

Please sign in to comment.