diff options
Diffstat (limited to 'script/build.sh')
| -rwxr-xr-x | script/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
