From 0ef1902957c8936b81b84a9d5640a5aaa8dc6c77 Mon Sep 17 00:00:00 2001 From: Jake Moshenko Date: Tue, 27 May 2014 15:24:29 -0400 Subject: [PATCH] Strip Quay password from readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a4dc4153..5824fea10 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ cd gantryd cat requirements.system | xargs sudo apt-get install -y virtualenv --distribute venv venv/bin/pip install -r requirements.txt -sudo docker login -p 9Y1PX7D3IE4KPSGCIALH17EM5V3ZTMP8CNNHJNXAQ2NJGAS48BDH8J1PUOZ869ML -u 'quay+deploy' -e notused staging.quay.io +sudo docker login -u 'quay+deploy' -e notused staging.quay.io ``` start the quay processes: @@ -67,7 +67,7 @@ cd gantryd cat requirements.system | xargs sudo apt-get install -y virtualenv --distribute venv venv/bin/pip install -r requirements.txt -sudo docker login -p 9Y1PX7D3IE4KPSGCIALH17EM5V3ZTMP8CNNHJNXAQ2NJGAS48BDH8J1PUOZ869ML -u 'quay+deploy' -e notused quay.io +sudo docker login -u 'quay+deploy' -e notused quay.io ``` start the worker