Skip to content

Commit 46885e4

Browse files
update env file
1 parent 71e922f commit 46885e4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,7 @@ jobs:
146146
echo "ALGOLIA_API_KEY=$ALGOLIA_API_KEY" >> .env
147147
echo "INDEX_PREFIX=integration_test_" >> .env
148148
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'"
149+
bin/cli bash -c "cd ./dev/tests/integration && export $(cat .env | xargs)"
154150
- run:
155151
name: Prepare integration test environment
156152
working_directory: ~/Sites

0 commit comments

Comments
 (0)