aboutsummaryrefslogtreecommitdiffstats
path: root/docker/features/hooks/post_checkout
diff options
context:
space:
mode:
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 3e5670b4a..000000000
--- a/docker/features/hooks/post_checkout
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-
-from="${DOCKER_REPO%/*}/functest-tempest:${DOCKER_TAG}"
-sed -i "s|^FROM.*$|FROM ${from}|" Dockerfile
-
-exit $?