Quellcode durchsuchen

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

Vadim Rutkovsky vor 6 Jahren
Ursprung
Commit
e137143336
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  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