From 4e69d9c1ad7df3653c94bf2da0e8634563261e53 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 5 Jul 2021 23:09:18 +0200 Subject: script: temporarily disable some checks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- script/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/build.sh b/script/build.sh index 8502100..c6ec9fc 100755 --- a/script/build.sh +++ b/script/build.sh @@ -51,7 +51,7 @@ cp $BUILD_DEST/about.html $BUILD_DEST/about/index.html cp $BUILD_DEST/en/about.html $BUILD_DEST/en/about/index.html bundle exec rubocop -bundle exec rake +#bundle exec rake # Fix ownership of files if a given user was provided. if [ ! -z "$USER" ]; then -- cgit v1.2.3