소스 검색

test/gcp: copy kubeconfig back to /tmp so that tests on CI could proceed

Vadim Rutkovsky 6 년 전
부모
커밋
e137143336
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      test/gcp/install.yml

+ 5 - 0
test/gcp/install.yml

@@ -143,3 +143,8 @@
     delay: 5
     until: ansible_facts.services['bootkube.service'].state == 'stopped'
     ignore_errors: true
+  - name: Fetch kubeconfig for test container
+    fetch:
+      src: /opt/tectonic/auth/kubeconfig
+      dest: /tmp/artifacts/installer/auth/kubeconfig
+      flat: yes