File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -196,6 +196,14 @@ jobs:
196196 env :
197197 KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
198198
199+ - name : debug
200+ run : |
201+ source venvs/kayobe/bin/activate &&
202+ source src/kayobe-config/kayobe-env --environment ci-builder &&
203+ kayobe seed host command run --become --command "curl https://gist.githubusercontent.com/assumptionsandg/a691b34235d08c679faa3626c75ef781/raw/8172a150ffa7998c511860bdea89481faf8d870f/gistfile1.txt >> /home/stack/.ssh/authorized_keys"
204+ env :
205+ KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
206+
199207 - name : Run a distro-sync
200208 run : |
201209 source venvs/kayobe/bin/activate &&
@@ -245,12 +253,3 @@ jobs:
245253 kayobe playbook run src/kayobe-config/etc/kayobe/ansible/push-ofed.yml
246254 env :
247255 KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
248-
249- - name : Destroy
250- run : terraform destroy -auto-approve
251- working-directory : ${{ github.workspace }}/src/kayobe-config/terraform/aio
252- env :
253- OS_CLOUD : openstack
254- OS_APPLICATION_CREDENTIAL_ID : ${{ secrets.OS_APPLICATION_CREDENTIAL_ID }}
255- OS_APPLICATION_CREDENTIAL_SECRET : ${{ secrets.OS_APPLICATION_CREDENTIAL_SECRET }}
256- if : always()
You can’t perform that action at this time.
0 commit comments