diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-03-13 11:08:36 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-03-13 11:52:00 +0100 |
commit | b52ea7f713fd453a39bb2a1344487821d01a7d99 (patch) | |
tree | f348bc672ed588d5a39993449b08952abbcf8fa9 /docker/patrole/hooks | |
parent | ab3efe733bcd366b87446b04ae7a5c2a30746c9a (diff) |
Add patrole in smoke
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 <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/patrole/hooks')
-rw-r--r-- | docker/patrole/hooks/post_checkout | 6 |
1 files changed, 0 insertions, 6 deletions
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 $? |