X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=blueprints%2Fiotgateway%2Fscripts%2Fci_management%2Fcleanup_centos_control.sh;fp=blueprints%2Fiotgateway%2Fscripts%2Fci_management%2Fcleanup_centos_control.sh;h=54b5b062d3c8b21113d2a36aaef71c7ca0b68574;hb=d8231861fea9dbdb16952bc1a744a2f8046e1bcf;hp=0000000000000000000000000000000000000000;hpb=2fb9fb10bf3fa61b1d3b9d44731bdae8388a3072;p=eliot.git diff --git a/blueprints/iotgateway/scripts/ci_management/cleanup_centos_control.sh b/blueprints/iotgateway/scripts/ci_management/cleanup_centos_control.sh new file mode 100755 index 0000000..54b5b06 --- /dev/null +++ b/blueprints/iotgateway/scripts/ci_management/cleanup_centos_control.sh @@ -0,0 +1,17 @@ +#!/usr/bin/expect -f +############################################################################## +# Copyright (c) 2019 Huawei Tech and others. # +# # +# All rights reserved. This program and the accompanying materials # +# are made available under the terms of the Apache License, Version 2.0 # +# which accompanies this distribution, and is available at # +# http://www.apache.org/licenses/LICENSE-2.0 # +############################################################################## + +spawn ./cleanup_centos.sh +expect "Are you sure you want to proceed? " +send "y\n" + +expect "Are you sure you want to proceed? " +send "y\n" +interact