diff --git a/.circleci/leo-clone.sh b/.circleci/leo-clone.sh index c625b8d355..6b3be3d492 100755 --- a/.circleci/leo-clone.sh +++ b/.circleci/leo-clone.sh @@ -1,18 +1,18 @@ -# leo clone - -# Clone the test-app package. -export PACKAGE="$ALEO_PM_USERNAME/test-app" -$LEO clone $PACKAGE - -# Assert that the 'test-app' folder is not empty - -cd test-app || exit 1 -if [ "$(ls -A $DIR)" ]; then - echo "$DIR is not empty" -else - echo "$DIR is empty" - exit 1 -fi - -ls -la -$LEO run +## leo clone +# +## Clone the test-app package. +#export PACKAGE="$ALEO_PM_USERNAME/test-app" +#$LEO clone $PACKAGE +# +## Assert that the 'test-app' folder is not empty +# +#cd test-app || exit 1 +#if [ "$(ls -A $DIR)" ]; then +# echo "$DIR is not empty" +#else +# echo "$DIR is empty" +# exit 1 +#fi +# +#ls -la +#$LEO run