mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-29 04:21:42 +03:00
comment out leo-clone ci check
This commit is contained in:
parent
2f7ed99f76
commit
d8e021107c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user