From 69397f908b07d52b4408dbdbaaff647828f28209 Mon Sep 17 00:00:00 2001 From: howardwu Date: Thu, 25 Feb 2021 10:17:52 -0800 Subject: [PATCH] Fix publish remote --- .circleci/leo-publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/leo-publish.sh b/.circleci/leo-publish.sh index ef539b0f22..f15ca9aa49 100755 --- a/.circleci/leo-publish.sh +++ b/.circleci/leo-publish.sh @@ -4,7 +4,7 @@ $LEO login -u "$ALEO_PM_USERNAME" -p "$ALEO_PM_PASSWORD" # Clone the test-app package. -$LEO clone test-app +$LEO clone "$ALEO_PM_USERNAME/test-app" cd test-app || exit 1 # Fetch the current Leo package version number.