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 71e922f commit 46885e4Copy full SHA for 46885e4
.circleci/config.yml
@@ -146,11 +146,7 @@ jobs:
146
echo "ALGOLIA_API_KEY=$ALGOLIA_API_KEY" >> .env
147
echo "INDEX_PREFIX=integration_test_" >> .env
148
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
152
- command: |
153
- bin/cli bash -c "cd ./dev/tests/integration && export $(cat .env | xargs) && echo 'Environment variables applied successfully'"
+ bin/cli bash -c "cd ./dev/tests/integration && export $(cat .env | xargs)"
154
- run:
155
name: Prepare integration test environment
156
working_directory: ~/Sites
0 commit comments