Skip to content

Commit aff0734

Browse files
author
Will Fleming
committed
CircleCI: use the Makefile
1 parent 61b17b2 commit aff0734

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

circle.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ machine:
1010

1111
dependencies:
1212
override:
13-
- docker build -t=$PRIVATE_REGISTRY/$CIRCLE_PROJECT_REPONAME:b$CIRCLE_BUILD_NUM .
13+
- echo "no-op"
14+
1415

1516
test:
1617
override:
17-
- docker run $PRIVATE_REGISTRY/$CIRCLE_PROJECT_REPONAME:b$CIRCLE_BUILD_NUM bundle exec rake
18+
- IMAGE_NAME="$PRIVATE_REGISTRY/$CIRCLE_PROJECT_REPONAME:b$CIRCLE_BUILD_NUM" make test
1819

1920
deployment:
2021
registry:

0 commit comments

Comments
 (0)