From 3971491f8f659bf64585179b016bfdbd9373b5b1 Mon Sep 17 00:00:00 2001 From: Denis Egorenko Date: Thu, 15 Oct 2015 15:22:18 +0300 Subject: [PATCH] Fix update_pool script Fix wrong slave prefix in update_pool script Change-Id: I5c84f010537e75605358189b84292b05195e5d9c --- slave-scripts/update_pool.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slave-scripts/update_pool.sh b/slave-scripts/update_pool.sh index 1969ce2c..6b9cc50e 100755 --- a/slave-scripts/update_pool.sh +++ b/slave-scripts/update_pool.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -for i in $(nodepool-client list | grep ci-lab | awk -F '|' '{ print $2 }') +for i in $(nodepool-client list | grep cilab | awk -F '|' '{ print $2 }') do nodepool-client delete $i sleep 2