X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fdocker%2Fdbuild.sh;h=fab4b15a88c3c910cd44ecb11d6bbf416128ada7;hb=be7e0d14765b8fb1520c457ab99ddedf0f7ab65e;hp=1b4e5eee8eb51298469baad22f32b07f18313550;hpb=08755cae37030d74d8fcadf38f9919c9d9fd21c0;p=aaf%2Fauthz.git diff --git a/auth/docker/dbuild.sh b/auth/docker/dbuild.sh index 1b4e5eee..fab4b15a 100755 --- a/auth/docker/dbuild.sh +++ b/auth/docker/dbuild.sh @@ -28,8 +28,6 @@ fi . ./d.props -AAF_COMPONENTS=ALL - # process input. originally, an optional positional parameter is used to designate a component. # A flagged parameter has been added to optionally indicate docker pull registry. Ideally, options # would be flagged but we're avoiding ripple effect of changing original usage @@ -124,9 +122,7 @@ cd - ####### # Do all the Containers related to AAF Services ####### -if [ $AAF_COMPONENTS == "ALL" ]; then - AAF_COMPONENTS=$(cat components) -fi +AAF_COMPONENTS=$(cat components) cp ../sample/bin/pod_wait.sh ../aaf_${VERSION}/bin for AAF_COMPONENT in ${AAF_COMPONENTS}; do