comment out leo-clone ci check

This commit is contained in:
collin 2021-04-15 11:20:58 -07:00
parent 2f7ed99f76
commit d8e021107c

View File

@ -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