diff options
author | varun gudisena <vg411h@att.com> | 2018-09-06 20:58:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-06 20:58:22 +0000 |
commit | 45953e96436fb56b78963edb11fcc674df08db1d (patch) | |
tree | 32d4e8aa1c3129d0611cb2771e9e682422c07435 | |
parent | 8ecbd6158a801e524bc5681471bca4d6f3c58860 (diff) | |
parent | 3c5964e68be08f7685aaa6cff63a2127a1aede28 (diff) |
Merge "Add additional Images"
-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 d7ba9fb6..fcc36d67 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) +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} |