File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 31
31
JUPYTERHUB_TLS_KEY : ${{ secrets.JUPYTERHUB_TLS_KEY }}
32
32
- name : Authorize service account
33
33
run : |
34
- gcloud auth activate-service-account ${{ secrets.GCP_PF_SA }} --key-file=/tmp/credentials.json
35
34
kubectl config view
36
35
ls -la /tmp
37
36
- name : Run Terraform Test
47
46
INFOBLOX_SERVER : ${{ secrets.INFOBLOX_JHUB_HOST }}
48
47
TF_VAR_site_certificate_file : /tmp/tls.cer
49
48
TF_VAR_site_certificate_key_file : /tmp/tls.key
50
- USE_GKE_GCLOUD_AUTH_PLUGIN : true
49
+ GOOGLE_APPLICAITON_CREDENTIALS : /tmp/credentials.json
51
50
52
51
test-sample-jhub-nfs :
53
52
if : ${{ !contains(github.event.head_commit.message, '[skip ci]') && contains(github.event.head_commit.message, '[test nfs]') }}
73
72
JUPYTERHUB_TLS_KEY : ${{ secrets.JUPYTERHUB_TLS_KEY }}
74
73
- name : Authorize service account
75
74
run : |
76
- gcloud auth activate-service-account ${{ secrets.GCP_PF_SA }} --key-file=/tmp/credentials.json
77
75
kubectl config view
78
76
ls -la /tmp
79
77
- name : Run Terraform Test
89
87
INFOBLOX_SERVER : ${{ secrets.INFOBLOX_JHUB_HOST }}
90
88
TF_VAR_site_certificate_file : /tmp/tls.cer
91
89
TF_VAR_site_certificate_key_file : /tmp/tls.key
92
- USE_GKE_GCLOUD_AUTH_PLUGIN : true
90
+ GOOGLE_APPLICAITON_CREDENTIALS : /tmp/credentials.json
You can’t perform that action at this time.
0 commit comments