X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=common%2Fall_funcs;h=f6c48fa80e8137f1d4d41c4bc258913cb5580921;hb=3388212eac8fa6aff2f5d766e62e33962816501b;hp=d46937336461ff354a45d06763a52a755a378974;hpb=3c25fabc0802a4f2aa17c7e5b28de2376833d429;p=osm%2Fdevops.git diff --git a/common/all_funcs b/common/all_funcs index d4693733..f6c48fa8 100644 --- a/common/all_funcs +++ b/common/all_funcs @@ -22,7 +22,7 @@ if [ -z "$OSM_DEVOPS" ]; then export OSM_DEVOPS=$(realpath ${BASH_SOURCE[0]} ) fi -for file in logging config container git_functions; do +for file in logging config container git_functions track; do . ${OSM_DEVOPS}/common/$file INFO "$file sourced" done