[gimp/wip/schumaml/tune-prepare-stage: 53/55] build: quotes, again...



commit cb0c2245f4db87e609cf55bb6b77cd37bfa388e0
Author: Michael Schumacher <schumaml gmx de>
Date:   Mon Jun 1 18:01:36 2020 +0200

    build: quotes, again...

 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2f82b26d69..a37e678274 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -57,8 +57,8 @@ build-image:
     - echo "RUN pip3 install zstandard" >> Dockerfile
 
     ## set XDG_* variables to popint to persistent /opt in the image
-    - echo "RUN export XDG_CACHE_HOME="/opt/.cache/" >> Dockerfile
-    - echo "RUN export XDG_DATA_HOME="/opt/.local/share/" >> Dockerfile
+    - echo 'RUN export XDG_CACHE_HOME="/opt/.cache/' >> Dockerfile
+    - echo 'RUN export XDG_DATA_HOME="/opt/.local/share/' >> Dockerfile
 
     ## install crossroad
     - echo "RUN git clone --depth=${GIT_DEPTH} git://git.tuxfamily.org/gitroot/crossroad/crossroad.git" >> 
Dockerfile


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]