From 9e3d09df4b3b46a9d4a8e2dbf90fd4c4af56914f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx@sigxcpu.org>
Date: Thu, 24 Jan 2019 09:23:39 +0100
Subject: [PATCH] gitlab-ci: Drop mkdir

Librem5-devkit-flash-image creates it so let's test that code path as
well.
---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e1e3c67..d11387f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,7 +47,6 @@ test:download:
     - apt-get -y update
     - apt-get -y install $FLASHDEPS
   script:
-    - mkdir download
     - scripts/librem5-devkit-flash-image --skip-flash --skip-cleanup --dir=download/
     - ls -l download/devkit.img download/flash_devkit.lst  download/u-boot-devkit-recovery.imx
     - rm -rf download
-- 
GitLab