From b52ea7f713fd453a39bb2a1344487821d01a7d99 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 13 Mar 2018 11:08:36 +0100 Subject: Add patrole in smoke MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It also removes the former container which had helped when checking possible regex issues. I should be noted that patrole is already part of opnfv/functest-restapi. Change-Id: I76783bc3d121dfcef5b709f21a5e474354e93705 Signed-off-by: Cédric Ollivier --- docker/patrole/hooks/post_checkout | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 docker/patrole/hooks/post_checkout (limited to 'docker/patrole/hooks/post_checkout') diff --git a/docker/patrole/hooks/post_checkout b/docker/patrole/hooks/post_checkout deleted file mode 100644 index 8d0e98124..000000000 --- a/docker/patrole/hooks/post_checkout +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -from="${DOCKER_REPO%/*}/functest-core:${DOCKER_TAG}" -sed -i "s|^FROM.*$|FROM ${from}|" Dockerfile - -exit $? -- cgit 1.2.3-korg