Skip to content

Commit

Permalink
Update offline/ci.sh
Browse files Browse the repository at this point in the history
comment out develop, and add a breadcrumb.
  • Loading branch information
julialongtin authored Jan 19, 2024
1 parent 43a8bfd commit 5ebfe9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion offline/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ HELM_HOME=$(mktemp -d)
export HELM_HOME

helm repo add wire https://s3-eu-west-1.amazonaws.com/public.wire.com/charts
helm repo add wire-develop https://s3-eu-west-1.amazonaws.com/public.wire.com/charts-develop
# Note: If you need to deploy something from the develop branch, uncomment the next line.
#helm repo add wire-develop https://s3-eu-west-1.amazonaws.com/public.wire.com/charts-develop
helm repo update

# wire_version=$(helm show chart wire/wire-server | yq -r .version)
Expand Down

0 comments on commit 5ebfe9a

Please sign in to comment.