Fixed cp env

This commit is contained in:
2022-11-16 08:22:52 -06:00
parent 89ab0367c3
commit 71b67f4945

View File

@ -17,8 +17,8 @@ commands:
- run:
name: copy .env
command: |
echo cp .circleci/env ./.env
cat .env
cp .circleci/env ./.env
cat ./.env
jobs:
setup-job: