Skip to content

Commit

Permalink
sync source
Browse files Browse the repository at this point in the history
  • Loading branch information
eq19 committed Jul 6, 2019
1 parent f6dc718 commit a93ffe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose/codefresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ steps:
type: composition
working_directory: compose/home/chetabahana/.docker/compose
arguments:
composition: docker-compose.yml
composition: codefresh-composition.yml
composition_candidates:
saleor:
image: chetabahana/saleor
env_file: codefresh.env
user: saleor:saleor
command: pytest
volumes:
- /codefresh/volume:/codefresh/volume
- '${{CF_VOLUME_NAME}}:${{CF_VOLUME_PATH}}'
networks:
- network_tier
depends_on:
Expand Down

0 comments on commit a93ffe9

Please sign in to comment.