summaryrefslogtreecommitdiffstats
path: root/run-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run-tests.sh')
-rwxr-xr-xrun-tests.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/run-tests.sh b/run-tests.sh
index 585f279..c8fd72d 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -1,8 +1,8 @@
#!/bin/bash
set -ev
-sudo mkdir startx-docker-images;
-sudo cd startx-docker-images;
-sudo git clone https://github.com/startxfr/docker-images.git .
+mkdir /tmp/startx-docker-images;
+cd /tmp/startx-docker-images;
+git clone https://github.com/startxfr/docker-images.git /tmp/startx-docker-images
sudo docker build -t fedora OS/
sudo docker run -it --name="fedora" fedora bash
sudo docker-compose up -d