diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-09-21 00:59:29 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-09-21 01:25:42 +0200 |
commit | eaa9d7d02b15b42921e14a96cb12d2b3e38e5c5e (patch) | |
tree | 6e9eea4391659eddcfc5b10ac5bfee0af31422a9 /docker/parser/hooks | |
parent | 61062b0c0d47c0e7a5b548838885b06d425191ca (diff) |
Remove false hooks for functest-parser
Change-Id: I58f186b249083fc13e4bcfc4e933fd11f5d4b20e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 47c049623b07dd563218959ad59c0e027a354836)
Diffstat (limited to 'docker/parser/hooks')
-rw-r--r-- | docker/parser/hooks/post_checkout | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docker/parser/hooks/post_checkout b/docker/parser/hooks/post_checkout deleted file mode 100644 index 8f5e4337a..000000000 --- a/docker/parser/hooks/post_checkout +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -from="${DOCKER_REPO%/*}/functest-core:euphrates" -sed -i "s|^FROM.*$|FROM ${from}|" Dockerfile - -exit $? |