Skip to content

Commit 262b9e1

Browse files
try one command
1 parent 44a448c commit 262b9e1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,7 @@ jobs:
150150
name: Apply environment variables
151151
working_directory: ~/Sites
152152
command: |
153-
bin/bash
154-
bin/cli cd ./dev/tests/integration
155-
bin/cli export $(cat .env | xargs)
153+
bin/cli bash -c "cd ./dev/tests/integration && export \$(cat .env | xargs) && echo 'Environment variables applied successfully'"
156154
- run:
157155
name: Run Integration Tests
158156
working_directory: ~/Sites

0 commit comments

Comments
 (0)