Skip to content

Commit 714e2f8

Browse files
committed
Update circle.yml
1 parent e362c04 commit 714e2f8

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,15 +10,16 @@ dependencies:
1010
- echo $gcloud_json_key_base64 | sed 's/ //g' | base64 -d > /tmp/gcloud_key.json
1111
- curl https://sdk.cloud.google.com | bash
1212
- gcloud auth activate-service-account $gcloud_account_email --key-file /tmp/gcloud_key.json
13+
- gcloud docker -a
1314

1415
test:
1516
override:
1617
- bundle exec rake
18+
- docker build -t=$registry_root/$image_name:b$CIRCLE_BUILD_NUM .
1719

1820
deployment:
1921
registry:
2022
branch: master
2123
commands:
22-
- gcloud preview docker -a
23-
- docker build -t=$registry_root/$image_name:b$CIRCLE_BUILD_NUM .
2424
- docker push $registry_root/$image_name:b$CIRCLE_BUILD_NUM
25+

0 commit comments

Comments
 (0)