We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37fd822 commit 8f431a4Copy full SHA for 8f431a4
.circleci/config.yml
@@ -145,7 +145,7 @@ jobs:
145
ALGOLIA_API_KEY=${ALGOLIA_API_KEY}
146
INDEX_PREFIX=integration_test_
147
EOF
148
- docker cp dev/tests/integration/.env $(docker compose ps -q phpfpm):/var/www/html/dev/tests/integration/.env
+ docker cp .env $(docker compose ps -q phpfpm):/var/www/html/dev/tests/integration/.env
149
- run:
150
name: Apply environment variables
151
working_directory: ~/Sites
0 commit comments