We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b285f6e commit fd5ea8dCopy full SHA for fd5ea8d
circle.yml
@@ -8,10 +8,12 @@ machine:
8
CODECLIMATE_DOCKER_REGISTRY_USERNAME: circleci
9
CODECLIMATE_DOCKER_REGISTRY_EMAIL: [email protected]
10
11
+dependencies:
12
+ override: #noop
13
+
14
test:
15
override:
- - bundle exec rake
- - docker build -t=$PRIVATE_REGISTRY/$CIRCLE_PROJECT_REPONAME:b$CIRCLE_BUILD_NUM .
16
+ - IMAGE_NAME="$PRIVATE_REGISTRY/$CIRCLE_PROJECT_REPONAME:b$CIRCLE_BUILD_NUM" make test
17
18
deployment:
19
registry:
0 commit comments