diff options
author | Mauro Sardara <msardara@cisco.com> | 2022-08-09 14:18:05 +0200 |
---|---|---|
committer | Mauro Sardara <msardara@cisco.com> | 2022-08-09 15:14:10 +0200 |
commit | 24a4dec7f91e9b6f0a8279f6eaeebbb35ba49c4f (patch) | |
tree | 37c5c4da37dac456c96b33da6ac80667a79705da /scripts/functions.sh | |
parent | 8d27045832427a0ea345f48bfb2c42f46a357af1 (diff) |
ci: add functional tests to verification/merge jobs
Ref: ICN-732
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Change-Id: Iabfce26c446c502dc1d8f50da0d607791ce392e9
Diffstat (limited to 'scripts/functions.sh')
-rw-r--r-- | scripts/functions.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/functions.sh b/scripts/functions.sh index e416ee274..147f6669c 100644 --- a/scripts/functions.sh +++ b/scripts/functions.sh @@ -56,6 +56,8 @@ function call_once() { # Install dependencies function install_deps() { + curl -fsSL https://get.docker.com -o get-docker.sh + sudo sh get-docker.sh make -C ${SCRIPT_PATH}/.. deps } |