Cleaning: clusterctl

clusterctl script has been removed in airshipctl
commit 8307148482a1f661f14cd8e4de3e3a8ae300a203

Change-Id: Ibf9589791b406c71a37257b13339e13b6bff04e4
This commit is contained in:
Stanislav Egorov 2020-10-26 20:57:03 -07:00 committed by Stas Egorov
parent e1a9137650
commit 673fca0e0f
2 changed files with 0 additions and 21 deletions

View File

@ -1,20 +0,0 @@
#!/usr/bin/env bash
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
set -ex
: ${AIRSHIPCTL_PROJECT:="../airshipctl"}
cd ${AIRSHIPCTL_PROJECT}
./tools/deployment/02_install_clusterctl.sh

View File

@ -64,7 +64,6 @@
site_name: test-site
gate_scripts:
- ./tools/deployment/01_install_kubectl.sh
- ./tools/deployment/02_install_clusterctl.sh
- ./tools/deployment/22_test_configs.sh
- ./tools/deployment/24_build_ephemeral_iso.sh
- ./tools/deployment/25_deploy_ephemeral_node.sh