diff mbox series

[v9,6/6] test: Shippable: create directory for binary

Message ID 1513029623-29970-7-git-send-email-odpbot@yandex.ru
State New
Headers show
Series [v9,1/6] test: build: enable cunit output to xml | expand

Commit Message

Github ODP bot Dec. 11, 2017, 10 p.m. UTC
From: Maxim Uvarov <maxim.uvarov@linaro.org>


Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>

---
/** Email created from pull request 309 (muvarov:devel/master_shippable2)
 ** https://github.com/Linaro/odp/pull/309
 ** Patch: https://github.com/Linaro/odp/pull/309.patch
 ** Base sha: 6881620135a179911a5839d4be97423a8d80e5ab
 ** Merge commit sha: 512c8ed3c8a8e6317575378fbccc1620392cca8a
 **/
 scripts/Dockerfile | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/scripts/Dockerfile b/scripts/Dockerfile
index 751977f83..944fd9dc2 100644
--- a/scripts/Dockerfile
+++ b/scripts/Dockerfile
@@ -22,6 +22,7 @@  RUN sudo apt-get update && sudo apt-get install -yy \
 RUN wget "https://github.com/Shippable/support/raw/master/bin/reports" && \
     chmod +x reports && \
     rm -f /home/shippable/cexec/bin/reports && \
+	mkdir -p /home/shippable/cexec/bin && \
 	cp reports /home/shippable/cexec/bin/
 
 RUN sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 10