diff --git a/tools/deployment/02_install_clusterctl.sh b/tools/deployment/02_install_clusterctl.sh deleted file mode 100755 index 1a9d51ebd..000000000 --- a/tools/deployment/02_install_clusterctl.sh +++ /dev/null @@ -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 diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 111fece29..0f45b42d4 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -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