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 e362c04 commit 714e2f8Copy full SHA for 714e2f8
circle.yml
@@ -10,15 +10,16 @@ dependencies:
10
- echo $gcloud_json_key_base64 | sed 's/ //g' | base64 -d > /tmp/gcloud_key.json
11
- curl https://sdk.cloud.google.com | bash
12
- gcloud auth activate-service-account $gcloud_account_email --key-file /tmp/gcloud_key.json
13
+ - gcloud docker -a
14
15
test:
16
override:
17
- bundle exec rake
18
+ - docker build -t=$registry_root/$image_name:b$CIRCLE_BUILD_NUM .
19
20
deployment:
21
registry:
22
branch: master
23
commands:
- - gcloud preview docker -a
- - docker build -t=$registry_root/$image_name:b$CIRCLE_BUILD_NUM .
24
- docker push $registry_root/$image_name:b$CIRCLE_BUILD_NUM
25
+
0 commit comments