Code Review
/
releng
/
ci-workshop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
a8f90e3
)
Fix the README to include 'cd ci-management'
23/63223/3
author
Trevor Bramwell
<tbramwell@linuxfoundation.org>
Fri, 28 Feb 2020 00:45:55 +0000
(16:45 -0800)
committer
Bengt Thuree
<bthuree@linuxfoundation.org>
Fri, 28 Feb 2020 01:14:58 +0000
(12:14 +1100)
The README was missing a 'cd ci-management' after the clone of the
ci-management repository which could cause an error for those
copy-pasting the steps.
Change-Id: I408b20adad8615c6ad54ade7716f5cf79fa59504
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
README.rst
patch
|
blob
|
history
diff --git
a/README.rst
b/README.rst
index
ad529aa
..
5b4aaa8
100644
(file)
--- a/
README.rst
+++ b/
README.rst
@@
-67,6
+67,10
@@
content::
git clone ssh://workshop@gerrit.localhost:29418/ci-management.git
+Move into the cloned directory::
+
+ cd ci-management
+
Set the gitreview username::
git config --add gitreview.username "workshop"