~narindergupta/opnfv/stable-R2

« back to all changes in this revision

Viewing changes to ci/setupproxy.sh

  • Committer: Martin Kulhavy
  • Date: 2017-08-22 11:07:07 UTC
  • Revision ID: git-v1:e4212ab9dc23be9d0aa9f2593e20c78aa0e9c2c2
Move tools.sh to ci/common dir

This file is only sourced by other script and is not meant to be
executed (contains only functions).

Change-Id: I41253b73f720e4b7e987c5164901253c7e51ee8b
Signed-off-by: Martin Kulhavy <martin.kulhavy@nokia.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
##############################################################################
29
29
 
30
30
# Imports
31
 
source tools.sh
 
31
source common/tools.sh
32
32
 
33
33
# Halt on error
34
34
set -e