Skip to content

Commit

Permalink
print excluded charts
Browse files Browse the repository at this point in the history
  • Loading branch information
amitsagtani97 committed Jul 12, 2024
1 parent 4c4b43a commit 4d022c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions offline/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ set -euo pipefail
INCREMENTAL="${INCREMENTAL:-0}"
HELM_CHART_EXCLUDE_LIST="$1"

echo "Excluding following charts from the release: $HELM_CHART_EXCLUDE_LIST"

# Build the container image
container_image=$(nix-build --no-out-link -A container)
# if [[ -n "${DOCKER_LOGIN:-}" ]];then
Expand Down

0 comments on commit 4d022c1

Please sign in to comment.