Skip to content
Snippets Groups Projects
Commit 2cfd8841 authored by garciadeblas's avatar garciadeblas
Browse files

Fixed bug in nat_osm when sourcing common/all_funcs


Change-Id: Ice49732ff98a7bf73d68fbb10da837193baa1830
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent 56b568b5
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,8 @@ usage(){
HERE=$(realpath $(dirname $0))
OSM_DEVOPS=$(dirname $HERE)
. $OSM_DEVOPS/jenkins/common/all_funcs
OSM_JENKINS="$OSM_DEVOPS/jenkins"
. $OSM_JENKINS/common/all_funcs
#Get default IP address
. $OSM_DEVOPS/installers/export_ips
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment