mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-22 13:25:30 +03:00
Fix exported variables in CI
This commit is contained in:
parent
751e79a66e
commit
d8bdd355ee
@ -105,7 +105,6 @@ jobs:
|
||||
name: leo new
|
||||
command: |
|
||||
export LEO=/home/circleci/project/project/bin/leo
|
||||
export EXAMPLES=/home/circleci/project/project/examples
|
||||
./project/.circleci/leo-new.sh
|
||||
|
||||
leo-clean:
|
||||
@ -132,7 +131,7 @@ jobs:
|
||||
name: test examples example
|
||||
command: |
|
||||
export LEO=/home/circleci/project/project/bin/leo
|
||||
alias leo="/home/circleci/project/project/bin/leo"
|
||||
export EXAMPLES=/home/circleci/project/project/examples
|
||||
./project/.circleci/test-examples.sh
|
||||
|
||||
workflows:
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/bin/bash
|
||||
# Alias the leo command to use the local binary.
|
||||
# Note: Use a full path for $LEO when running locally.
|
||||
leo() {
|
||||
|
Loading…
Reference in New Issue
Block a user