diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2018-04-09 10:44:04 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2018-04-09 10:44:04 +0200 |
| commit | f5329b13315fcc501cd6c8630e0158eae4a88f16 (patch) | |
| tree | 4a3aaf3a35f97329fb7b37956432df802d25e323 | |
| parent | ea7c9eed958ac48d8c5a4b01182d0da5468dc34c (diff) | |
| download | jo.mssola.com-f5329b13315fcc501cd6c8630e0158eae4a88f16.tar.gz jo.mssola.com-f5329b13315fcc501cd6c8630e0158eae4a88f16.zip | |
script: run bundle
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
| -rwxr-xr-x | script/build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/build.sh b/script/build.sh index 7d24c09..d34e65d 100755 --- a/script/build.sh +++ b/script/build.sh @@ -28,6 +28,7 @@ pushd $DIR rm -rf $BUILD_DEST # Build && test. +bundle bundle exec jekyll build -s $BUILD_SOURCE -d $BUILD_DEST bundle exec rubocop bundle exec rake |
