diff options
author | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-11-01 15:52:04 -0700 |
---|---|---|
committer | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-11-01 15:52:04 -0700 |
commit | 633927402f317714069ae71e0ee766a0d54194ed (patch) | |
tree | ae92a8b96f1c9a0c2226dc7da99e1ce54a4673bc /run-dockers.sh | |
parent | 17690987fe470a962164ec168dc805db8a511130 (diff) |
Remove credentials in logger3.0.0-ONAP1.2.4
Removed log with credentials.
Upgrade version to 1.2.4
Change-Id: Ic5767f149d7cd48a8596f325d90fe5138c213c31
Issue-ID: OPTFRA-331
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@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 edfae92..220e9bf 100755 --- a/run-dockers.sh +++ b/run-dockers.sh @@ -4,7 +4,7 @@ BUILD_ARGS="--no-cache" ORG="onap" -VERSION="1.2.3" +VERSION="1.2.4" PROJECT="optf-has" DOCKER_REPOSITORY="nexus3.onap.org:10003" IMAGE_NAME="${DOCKER_REPOSITORY}/${ORG}/${PROJECT}" |