From 8da3d6cc3efd15c4577b5420736e626097b65ab0 Mon Sep 17 00:00:00 2001 From: handreas <andreas.hamacher@monash.edu> Date: Thu, 11 Jun 2020 11:20:03 +0000 Subject: [PATCH] working on summary --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4c15c83f..cace5d74 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -312,4 +312,4 @@ ansible_check: - ANSIBLE_STDOUT_CALLBACK=json ansible-playbook -i files/inventory.$STACKNAME --key-file ./gc_key.pem --check computenodes.yml --limit ComputeNodes --skip-tags=SiteSpecific --tags=ColdChange > compute_ansible_check.log - python3 ../../scripts/check_summary.py outputChangedNodeList | tee computeColdChanged.yml - export targetIP=`./files/inventory.$STACKNAME | python ../../scripts/extractIPfromInventory.py CICD_HPCasCode_autoupdate-mgmtU0` - - scp -i ../../gc_key.pem *Changed.yml ubuntu@targetIP:/local_home/ubuntu + - scp -i ../../gc_key.pem *Changed.yml ubuntu@${targetIP}:/local_home/ubuntu -- GitLab