diff options
author | Bogumil Zebek <bogumil.zebek@nokia.com> | 2020-03-19 18:26:54 +0100 |
---|---|---|
committer | Zebek Bogumil <bogumil.zebek@nokia.com> | 2020-03-20 08:21:39 +0100 |
commit | f1903ee00a8d066d9e860e0a35e10f0948dfbc49 (patch) | |
tree | 5cda0fe58d23211c1373d1ff49cdd56bf38e47a4 /run-csit.sh | |
parent | b258b58b33348a7665628669e688b33baf3a6e1d (diff) |
Change docker login user
Switch user to docker, because Anonymous user is not supported after nexus3 upgrade.
Issue-ID: INT-1493
Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
Change-Id: If455ebcee5e6880a33bca8a2ca189fc5e9539927
Diffstat (limited to 'run-csit.sh')
-rwxr-xr-x | run-csit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run-csit.sh b/run-csit.sh index 5551d212..2c45812d 100755 --- a/run-csit.sh +++ b/run-csit.sh @@ -139,7 +139,7 @@ export SCRIPTS="${WORKSPACE}/scripts" export ROBOT_VARIABLES= # Sign in to nexus3 docker repo -docker login -u anonymous -p anonymous nexus3.onap.org:10001 +docker login -u docker -p docker nexus3.onap.org:10001 # Run setup script plan if it exists cd "${TESTPLANDIR}" |