This is an automated email from the ASF dual-hosted git repository.
lfrolov pushed a commit to branch DATALAB-2320
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
The following commit(s) were added to refs/heads/DATALAB-2320 by this push:
new 43d3b3c [DATALAB-2320]: tmp removed output redirect
43d3b3c is described below
commit 43d3b3c08fddf6f21f03d9d5f5b13f37ab038208
Author: leonidfrolov <[email protected]>
AuthorDate: Thu May 20 14:01:27 2021 +0300
[DATALAB-2320]: tmp removed output redirect
---
infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
index 25067ed..18cc37b 100644
--- a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
+++ b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
@@ -645,7 +645,7 @@ def pull_docker_images():
}
conn.run('export NEXUS_PASSWORD={} 2>&1 >
/dev/null'.format(args.repository_pass))
try:
- conn.sudo('docker login -u {} -p $NEXUS_PASSWORD {}:{} 2>&1 >
/dev/null'
+ conn.sudo('docker login -u {} -p $NEXUS_PASSWORD {}:{}'
.format(args.repository_user,
args.repository_address,
args.repository_port))
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]