diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2021-07-05 23:09:18 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2021-07-05 23:09:18 +0200 |
| commit | 4e69d9c1ad7df3653c94bf2da0e8634563261e53 (patch) | |
| tree | 03209f213efa2e1866810dbaf123af470c2eee97 /script/build.sh | |
| parent | af546ab78aa652ae10f2d3190b82e7a3bec4cf90 (diff) | |
| download | jo.mssola.com-4e69d9c1ad7df3653c94bf2da0e8634563261e53.tar.gz jo.mssola.com-4e69d9c1ad7df3653c94bf2da0e8634563261e53.zip | |
script: temporarily disable some checks
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
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 |
