diff options
author | Ruoyu <ruoyu.ying@intel.com> | 2018-11-22 03:42:09 +0000 |
---|---|---|
committer | Ruoyu <ruoyu.ying@intel.com> | 2018-11-28 02:16:25 +0000 |
commit | 90e318d450e18075e991671c31ac87259a695e1e (patch) | |
tree | 0d251232460a0622960afc99a1b6a593328af0be /run-dockers.sh | |
parent | 633927402f317714069ae71e0ee766a0d54194ed (diff) |
Return flavor-id in OOF response1.2.5
Add flavor-id in OOF response
Change-Id: I56d33eef06504f66c41b793d93d132b21a27b0dc
Issue-ID: OPTFRA-401
Signed-off-by: Ruoyu <ruoyu.ying@intel.com>
Diffstat (limited to 'run-dockers.sh')
-rwxr-xr-x | run-dockers.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run-dockers.sh b/run-dockers.sh index 220e9bf..f6836c6 100755 --- a/run-dockers.sh +++ b/run-dockers.sh @@ -4,7 +4,7 @@ BUILD_ARGS="--no-cache" ORG="onap" -VERSION="1.2.4" +VERSION="1.2.5" PROJECT="optf-has" DOCKER_REPOSITORY="nexus3.onap.org:10003" IMAGE_NAME="${DOCKER_REPOSITORY}/${ORG}/${PROJECT}" |