Skip to content

Commit bd363da

Browse files
author
ABaldwinHunter
committed
update registry reference for circle
This change should allow tests to pass on PRs from forks And fix #8
1 parent cee6922 commit bd363da

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
@@ -4,6 +4,7 @@ machine:
44
environment:
55
CLOUDSDK_CORE_DISABLE_PROMPTS: 1
66
image_name: codeclimate-fixme
7+
REGISTRY_ROOT: us.gcr.io/code_climate
78

89
dependencies:
910
pre:
@@ -14,10 +15,10 @@ dependencies:
1415

1516
test:
1617
override:
17-
- docker build -t=$registry_root/$image_name:b$CIRCLE_BUILD_NUM .
18+
- docker build -t=$REGISTRY_ROOT/$image_name:b$CIRCLE_BUILD_NUM .
1819

1920
deployment:
2021
registry:
2122
branch: master
2223
commands:
23-
- docker push $registry_root/$image_name:b$CIRCLE_BUILD_NUM
24+
- docker push $REGISTRY_ROOT/$image_name:b$CIRCLE_BUILD_NUM

0 commit comments

Comments
 (0)