Skip to content

Commit 5157813

Browse files
committed
Fixup formatting of circle config
1 parent 8eac91f commit 5157813

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

circle.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ machine:
55
CLOUDSDK_CORE_DISABLE_PROMPTS: 1
66

77
dependencies:
8-
pre:
8+
override:
99
- echo $gcloud_json_key_base64 | sed 's/ //g' | base64 -d > /tmp/gcloud_key.json
1010
- curl https://sdk.cloud.google.com | bash
1111
- gcloud auth activate-service-account --key-file /tmp/gcloud_key.json
1212
- gcloud docker -a
13-
override:
1413

1514
test:
1615
override:

0 commit comments

Comments
 (0)