diff options
author | Yolanda Robla <yroblamo@redhat.com> | 2017-06-01 11:10:11 +0200 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-08-11 12:56:12 -0700 |
commit | cd7f083cf7fec2668f94a3b686d68f73483cdfe4 (patch) | |
tree | d304b61326d88ffe7f6c00b1e4fa66c86f2fce9d /xci | |
parent | 72417bb738608d0e5fd1d44cd093744f690beebe (diff) |
Remove sudo usage from xci-deploy
The script was refactored to don't need sudo on the
latest versions, and the documentation is still referencing it.
Change-Id: I7064317ab7b756a78638f7474f2944472d3a4ba2
Diffstat (limited to 'xci')
-rw-r--r-- | xci/README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xci/README.rst b/xci/README.rst index 6d7af0d6..f6539bb8 100644 --- a/xci/README.rst +++ b/xci/README.rst @@ -113,7 +113,7 @@ change into directory where the sandbox script is located execute sandbox script - sudo -E ./xci-deploy.sh + ./xci-deploy.sh Issuing above command will start aio sandbox deployment and the sandbox should be ready between 1,5 and 2 hours depending on the host machine. |