From 36b9e301ffa564b3ad8ef6d83f3a0b896bcdcd69 Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Sun, 1 Jul 2018 18:33:20 +0200
Subject: [PATCH] Fixed broken front build

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 77c8cfdb..e0e4014e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -193,7 +193,7 @@ build_front:
     # this is to ensure we don't have any errors in the output,
     # cf https://code.eliotberriot.com/funkwhale/funkwhale/issues/169
     - yarn run build | tee /dev/stderr | (! grep -i 'ERROR in')
-    - chmod -R 750 front/dist
+    - chmod -R 750 dist
   cache:
     key: "$CI_PROJECT_ID__front_dependencies"
     paths:
-- 
GitLab