Skip to content

Commit

Permalink
#30 - Changed circleci config.
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascvas committed Sep 4, 2018
1 parent f86d7cc commit 49e3db7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- image: mysql:5.7
environment:
MYSQL_ROOT_PASSWORD: admin
working_directory: ~/carpal/backend/src
working_directory: ~/carpal/backend
steps:
- checkout:
path: ~/carpal
Expand All @@ -74,7 +74,7 @@ jobs:
services-deploy:
docker:
- image: circleci/node:8.10
working_directory: ~/carpal/backend/src
working_directory: ~/carpal/backend
steps:
- checkout:
path: ~/carpal
Expand All @@ -89,8 +89,8 @@ workflows:
version: 2
application-build-deploy:
jobs:
- ui-build
- services-build
- ui-build
- ui-deploy:
requires:
- ui-build
Expand Down

0 comments on commit 49e3db7

Please sign in to comment.