Skip to content

Commit

Permalink
allow user to specify Aeraki version
Browse files Browse the repository at this point in the history
Signed-off-by: huabing zhao <zhaohuabing@gmail.com>
  • Loading branch information
zhaohuabing committed Apr 26, 2023
1 parent c98ee57 commit b631ac8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion demo/install-demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ DEMO=$1

SCRIPTS_DIR=$BASEDIR/test/e2e/scripts

export AERAKI_TAG=1.2.3
if [ -z "$AERAKI_TAG" ]; then
export AERAKI_TAG="1.2.3"
fi
bash ${SCRIPTS_DIR}/istio.sh
bash ${SCRIPTS_DIR}/addons.sh
bash ${SCRIPTS_DIR}/aeraki.sh
Expand Down

0 comments on commit b631ac8

Please sign in to comment.