From 5fe1308f4ff1e1154b53a24eb9dd80ed58bd1630 Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Fri, 7 Feb 2020 15:45:42 -0500 Subject: Remove k8s-bootstrap container k8s-bootstrap container is now in the blueprints repo Issue-ID: DCAEGEN2-2041 Signed-off-by: Jack Lucas Change-Id: I9cc850bf17fa4da985565b623717a2007f785bf1 --- k8s-bootstrap-container/test-expand.sh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 k8s-bootstrap-container/test-expand.sh (limited to 'k8s-bootstrap-container/test-expand.sh') diff --git a/k8s-bootstrap-container/test-expand.sh b/k8s-bootstrap-container/test-expand.sh deleted file mode 100755 index dca2d22..0000000 --- a/k8s-bootstrap-container/test-expand.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash -sed \ - -e 's#{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}#https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R6#' \ - -e 's#{{ ONAPTEMPLATE_RAWREPOURL_org_onap_ccsdk_platform_plugins_releases }}#https://nexus.onap.org/service/local/repositories/raw/content/org.onap.ccsdk.platform.plugins#' \ - -e 's#{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_blueprints_releases }}#https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.blueprints/R6#' \ -Dockerfile-template > Dockerfile -- cgit 1.2.3-korg