Skip to content

Commit

Permalink
updating cli to nats
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanmcshane committed Mar 8, 2024
1 parent 8f7457d commit 609a2c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion provisioning/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt update
RUN apt install -y software-properties-common
RUN apt update
RUN add-apt-repository -y ppa:rmescandon/yq
RUN apt install -y gettext-base yq
RUN apt install -y gettext-base yq jq

COPY --from=porter-cli /usr/local/bin/porter /usr/local/bin/porter

Expand Down
3 changes: 2 additions & 1 deletion provisioning/testdata/update-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ else
envsubst < cluster-basic-with-id-template.json > apply-contract.json
fi

clusterid=$(ccp-cli manage contract update -f apply-contract.json -o json | jq '.ClusterId')
clusterid=$(ccp-cli manage contract update -f apply-contract.json -o json | jq '.cluster_id')
echo "Cluster ID: $clusterid"

NEXT_TYPE=$CURRENT_INSTANCE_TYPE
CURRENT_TYPE=$NEXT_INSTANCE_TYPE
Expand Down

0 comments on commit 609a2c3

Please sign in to comment.