Skip to content

Commit

Permalink
fixed env file path
Browse files Browse the repository at this point in the history
  • Loading branch information
77web committed Jul 12, 2019
1 parent e81adcc commit f063fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# fallback to using the latest cache if no exact match is found
- v1-dependencies-

- run: cp .env.test .env
- run: cp .env.test .env.local
- run: composer install -n --prefer-dist

- save_cache:
Expand Down

0 comments on commit f063fc8

Please sign in to comment.