Skip to content

Commit d9969b6

Browse files
move up override
1 parent 30da4fd commit d9969b6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.circleci/config.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,10 @@ jobs:
2727
command: |
2828
composer config --global http-basic.repo.magento.com ${MAGENTO_AUTH_USERNAME} ${MAGENTO_AUTH_PASSWORD}
2929
- run:
30-
name: Setup folder structure
30+
name: Setup folder structure and override file
3131
command: |
3232
mkdir ~/Sites
33-
- run:
34-
name: Configure Docker compose override file
35-
working_directory: ~/Sites
36-
command: |
33+
cd ~/Sites
3734
cat \<<EOF > docker-compose.override.yml
3835
version: "3.7"
3936

0 commit comments

Comments
 (0)