Skip to content

Commit

Permalink
test missing wire-server charts without exclude wire-server-enterprise
Browse files Browse the repository at this point in the history
  • Loading branch information
Veki301 committed Jan 8, 2025
1 parent 8d2ff02 commit ff52793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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,wire-server-enterprise"
HELM_CHART_EXCLUDE_LIST="inbucket"

# Parse the HELM_CHART_EXCLUDE_LIST argument
for arg in "$@"
Expand Down Expand Up @@ -205,7 +205,7 @@ pull_charts() {
wire_build="https://raw.githubusercontent.com/wireapp/wire-builds/5dcc99aa4e182672030ae38c5f94604dcefa51d1/build.json"
wire_build_chart_release "$wire_build" | pull_charts

ls -la
ls -la charts/

# Uncomment if you want to create non-wire-build release
# and uncomment the other pull_charts call from aboe
Expand Down

0 comments on commit ff52793

Please sign in to comment.