From 70f4ce3bca62b1fc5c5ae79b1e0a28db48f9b8c7 Mon Sep 17 00:00:00 2001
From: Bastien Abadie <bastien@nextcairn.com>
Date: Wed, 22 Apr 2020 14:20:01 +0200
Subject: [PATCH] Publish source maps anyway

---
 ci/deploy.sh | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/ci/deploy.sh b/ci/deploy.sh
index ae99caf66..56df7476d 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -4,8 +4,5 @@ VERSION=${VERSION:-${CI_COMMIT_TAG}}
 # Remove dev index
 rm dist/index.html dist/index.html.gz
 
-# Remove source maps
-rm dist/*.map dist/*.map.gz
-
 pip install awscli
 aws s3 cp --recursive dist s3://teklia-assets-release/arkindex/$VERSION/
-- 
GitLab