diff options
author | varun gudisena <vg411h@att.com> | 2018-09-06 21:16:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-06 21:16:05 +0000 |
commit | fabea8ab72d3964df9c424acd1c5a90f876a2786 (patch) | |
tree | abbb1e374e8b1ff9a2bd58953923f0a6f065f82f /auth | |
parent | 45953e96436fb56b78963edb11fcc674df08db1d (diff) | |
parent | 36f304f41a9a36a89c320124a70519b76d7ff6d6 (diff) |
Merge "Add additional Images 2"
Diffstat (limited to 'auth')
-rw-r--r-- | auth/docker/dpush.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/docker/dpush.sh b/auth/docker/dpush.sh index fcc36d67..b969a346 100644 --- a/auth/docker/dpush.sh +++ b/auth/docker/dpush.sh @@ -4,7 +4,7 @@ # Pull in Variables from d.props . ./d.props -AAF_COMPONENTS=$(cat components) core agent config +AAF_COMPONENTS="$(cat components) core agent config" for AAF_COMPONENT in ${AAF_COMPONENTS}; do # docker push ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${OLD_VERSION} |