Skip to content

Commit

Permalink
format the consumer name
Browse files Browse the repository at this point in the history
Signed-off-by: myan <[email protected]>
  • Loading branch information
yanmxa committed Jun 11, 2024
1 parent 2b13713 commit c2fa3e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/setup/e2e_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ sleep 5 # wait 5 seconds for the service ready

# the consumer name is not specified, the consumer id will be used as the consumer name
export consumer_name=$(curl -k -X POST -H "Content-Type: application/json" https://${external_host_ip}:30080/api/maestro/v1/consumers -d '{}' | jq '.id')
consumer_name=$(echo "$consumer_name" | sed 's/"//g')
echo $consumer_name > ./test/e2e/.consumer_name

# 6. deploy maestro agent into maestro-agent namespace
Expand Down

0 comments on commit c2fa3e9

Please sign in to comment.