Fix exported variables in CI

This commit is contained in:
d0cd 2023-02-16 13:04:14 -08:00
parent 751e79a66e
commit d8bdd355ee
2 changed files with 1 additions and 3 deletions

View File

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

View File

@ -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() {