Skip to content

Commit 14615d1

Browse files
author
Will Fleming
committedFeb 9, 2016
Update circle.yml to use Makefile
Use the makefile to build & tag the image, as well as run tests in it.
1 parent 7d2b8b5 commit 14615d1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
 

Diff for: ‎circle.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@ machine:
99
CODECLIMATE_DOCKER_REGISTRY_EMAIL: ops@codeclimate.com
1010

1111
dependencies:
12-
override:
13-
- docker build -t=$PRIVATE_REGISTRY/$CIRCLE_PROJECT_REPONAME:b$CIRCLE_BUILD_NUM .
14-
- npm install
12+
override: #no-op
1513

1614
test:
1715
override:
18-
- npm test
16+
- IMAGE_NAME="$PRIVATE_REGISTRY/$CIRCLE_PROJECT_REPONAME:b$CIRCLE_BUILD_NUM" make test
1917

2018
deployment:
2119
registry:

0 commit comments

Comments
 (0)
Please sign in to comment.