[gimp/wip/schumaml/tune-prepare-stage: 50/55] build: ... aaaand spaces matter there



commit 1ed2c17d7094c780b009f8b3ae8bd64b5b92f286
Author: Michael Schumacher <schumaml gmx de>
Date:   Sun May 31 08:26:40 2020 +0200

    build: ... aaaand spaces matter there

 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index aeb1bb2e46..fc28f545b6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -53,8 +53,8 @@ build-image:
     - echo "build-essential cpio g++-mingw-w64-x86-64 gcc-mingw-w64-x86-64 git intltool libgdk-pixbuf2.0-dev 
libglib2.0-bin meson pkg-config python3 python3-distutils python3-docutils python3-pip rpm xsltproc" >> 
Dockerfile
     - echo "RUN pip3 install zstandard" >> Dockerfile
 
-    - echo "RUN export XDG_CACHE_HOME=" $CI_PROJECT_DIR "/.cache/" >> Dockerfile
-    - echo "RUN export XDG_DATA_HOME=" $CI_PROJECT_DIR "/.local/share/" >> Dockerfile
+    - echo "RUN export XDG_CACHE_HOME="$CI_PROJECT_DIR"/.cache/" >> Dockerfile
+    - echo "RUN export XDG_DATA_HOME="$CI_PROJECT_DIR"/.local/share/" >> Dockerfile
     - echo "RUN git clone --depth=${GIT_DEPTH} git://git.tuxfamily.org/gitroot/crossroad/crossroad.git" >> 
Dockerfile
     - echo "RUN cd crossroad && ./setup.py install --prefix=/usr/local" >> Dockerfile
 


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