File tree 2 files changed +5
-8
lines changed
2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,12 @@ jobs:
29
29
test_gcp_integration :
30
30
<< : *defaults
31
31
steps :
32
+ - setup_remote_docker :
33
+ << : *setup_docker
32
34
- run :
33
35
name : Store Service Account
34
- command : echo $GCLOUD_SERVICE_KEY > /gcloud-service-key.json
35
- - run : gcloud auth activate-service-account --key-file=/gcloud-service-key.json
36
+ command : echo $GCLOUD_SERVICE_KEY > ${HOME} /gcloud-service-key.json
37
+ - run : gcloud auth activate-service-account --key-file=${HOME} /gcloud-service-key.json
36
38
- checkout
37
39
- run : make test_integration
38
40
66
68
- checkout
67
69
- run : make release
68
70
69
-
70
71
workflows :
71
72
version : 2
72
73
test_and_release :
@@ -78,10 +79,6 @@ workflows:
78
79
- test_gcp_integration :
79
80
filters :
80
81
<< : *tags_filters
81
- branches :
82
- only :
83
- - develop
84
- - master
85
82
86
83
- ensure_vendor :
87
84
filters :
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ services:
11
11
ports :
12
12
- " 53431:53431"
13
13
volumes :
14
- - /gcloud-service-key.json:/gcloud-service-key.json
14
+ - ${HOME} /gcloud-service-key.json:/gcloud-service-key.json
15
15
hoarctl :
16
16
build : ..
17
17
links :
You can’t perform that action at this time.
0 commit comments