mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-26 08:30:59 +03:00
comment out leo-clone ci check yaml
This commit is contained in:
parent
d8e021107c
commit
540219e106
@ -171,18 +171,18 @@ jobs:
|
|||||||
export LEO=/home/circleci/project/project/bin/leo
|
export LEO=/home/circleci/project/project/bin/leo
|
||||||
./project/.circleci/leo-login-logout.sh
|
./project/.circleci/leo-login-logout.sh
|
||||||
|
|
||||||
leo-clone:
|
# leo-clone:
|
||||||
docker:
|
# docker:
|
||||||
- image: cimg/rust:1.51.0
|
# - image: cimg/rust:1.51.0
|
||||||
resource_class: xlarge
|
# resource_class: xlarge
|
||||||
steps:
|
# steps:
|
||||||
- attach_workspace:
|
# - attach_workspace:
|
||||||
at: /home/circleci/project/
|
# at: /home/circleci/project/
|
||||||
- run:
|
# - run:
|
||||||
name: leo clone
|
# name: leo clone
|
||||||
command: |
|
# command: |
|
||||||
export LEO=/home/circleci/project/project/bin/leo
|
# export LEO=/home/circleci/project/project/bin/leo
|
||||||
./project/.circleci/leo-clone.sh
|
# ./project/.circleci/leo-clone.sh
|
||||||
|
|
||||||
leo-publish:
|
leo-publish:
|
||||||
docker:
|
docker:
|
||||||
|
@ -1,18 +1,18 @@
|
|||||||
## leo clone
|
# leo clone
|
||||||
#
|
|
||||||
## Clone the test-app package.
|
# Clone the test-app package.
|
||||||
#export PACKAGE="$ALEO_PM_USERNAME/test-app"
|
export PACKAGE="$ALEO_PM_USERNAME/test-app"
|
||||||
#$LEO clone $PACKAGE
|
$LEO clone $PACKAGE
|
||||||
#
|
|
||||||
## Assert that the 'test-app' folder is not empty
|
# Assert that the 'test-app' folder is not empty
|
||||||
#
|
|
||||||
#cd test-app || exit 1
|
cd test-app || exit 1
|
||||||
#if [ "$(ls -A $DIR)" ]; then
|
if [ "$(ls -A $DIR)" ]; then
|
||||||
# echo "$DIR is not empty"
|
echo "$DIR is not empty"
|
||||||
#else
|
else
|
||||||
# echo "$DIR is empty"
|
echo "$DIR is empty"
|
||||||
# exit 1
|
exit 1
|
||||||
#fi
|
fi
|
||||||
#
|
|
||||||
#ls -la
|
ls -la
|
||||||
#$LEO run
|
$LEO run
|
||||||
|
Loading…
Reference in New Issue
Block a user