summaryrefslogtreecommitdiffstats
path: root/prototypes/xci
diff options
context:
space:
mode:
authorYolanda Robla <yroblamo@redhat.com>2017-06-01 11:10:11 +0200
committerYolanda Robla <yroblamo@redhat.com>2017-06-01 11:10:11 +0200
commitc329386b9aab3d9633dd7c791818e6308cd3027d (patch)
tree6d7b9e2c7cfabd3d3809529d564834df925205a6 /prototypes/xci
parent237c0e6c0e81dbd3317093bad3d91b00b0a7a6b8 (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 'prototypes/xci')
-rw-r--r--prototypes/xci/README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/prototypes/xci/README.rst b/prototypes/xci/README.rst
index 6d7af0d6e..f6539bb85 100644
--- a/prototypes/xci/README.rst
+++ b/prototypes/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.