mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-22 22:44:47 +03:00
Attempt leo new circleci
This commit is contained in:
parent
0a20afad89
commit
4004f7575c
@ -69,7 +69,12 @@ jobs:
|
||||
at: /home/circleci/project/
|
||||
- run:
|
||||
name: leo new
|
||||
command: ls -la project
|
||||
command: |
|
||||
export LEO=./project/bin/leo
|
||||
leo new hello-world
|
||||
ls -la
|
||||
cd hello-world && ls -la
|
||||
leo run
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
|
Loading…
Reference in New Issue
Block a user