aboutsummaryrefslogtreecommitdiffstats
path: root/docker/features/hooks/post_checkout
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-08-31 11:20:46 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2019-08-31 11:20:46 +0200
commit5149d87c348555184e2ecc48e57697531c5ff38b (patch)
treea8bb269429430f39f46737204d2758f98300b84b /docker/features/hooks/post_checkout
parent112ce709f65a1bb03200fbe11d20987f74313272 (diff)
Remove Features containers
Most the features are stopped and Functest shouldn't host dead code. Functest is a framework (Docker and Python modules) which can be still reused by any third-party (OPNFV Feature or anything else) in its tree and CI Change-Id: Ie2f5beddd21b09aabfbdf2bb2f3366e652d43b3a Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/features/hooks/post_checkout')
-rw-r--r--docker/features/hooks/post_checkout6
1 files changed, 0 insertions, 6 deletions
diff --git a/docker/features/hooks/post_checkout b/docker/features/hooks/post_checkout
deleted file mode 100644
index 20f69500..00000000
--- a/docker/features/hooks/post_checkout
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-
-from="${DOCKER_REPO%/*}/functest-kubernetes-core:${DOCKER_TAG}"
-sed -i "s|^FROM.*$|FROM ${from}|" Dockerfile
-
-exit $?