Bläddra i källkod

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

Vadim Rutkovsky 6 år sedan
förälder
incheckning
e137143336
1 ändrade filer med 5 tillägg och 0 borttagningar
  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