Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4dc6e43

Browse files
build: add parenthesis
1 parent 47438eb commit 4dc6e43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,15 @@ jobs: # a collection of steps
7474

7575
- run:
7676
name: Bundle Install.pre - install mathematical for 'asciidoctor-mathematical' gem
77-
command: cd book/config && bundle check --path vendor/bundle || sudo apt-get update && sudo apt-get -qq -y install cmake bison flex libffi-dev libxml2-dev libgdk-pixbuf2.0-dev libcairo2-dev libpango1.0-dev ttf-lyx
77+
command: cd book/config && bundle check --path vendor/bundle || ( sudo apt-get update && sudo apt-get -qq -y install cmake bison flex libffi-dev libxml2-dev libgdk-pixbuf2.0-dev libcairo2-dev libpango1.0-dev ttf-lyx )
7878

7979
- run:
8080
name: Bundle Install.pre - install GraphicsMagick for 'prawn-gmagick' gem
81-
command: cd book/config && bundle check --path vendor/bundle || sudo apt-get -qq -y install graphicsmagick-imagemagick-compat graphicsmagick-libmagick-dev-compat
81+
command: cd book/config && bundle check --path vendor/bundle || ( sudo apt-get -qq -y install graphicsmagick-imagemagick-compat graphicsmagick-libmagick-dev-compat )
8282

8383
- run:
8484
name: Bundle Install
85-
command: cd book/config && bundle check --path vendor/bundle || bundle install --path vendor/bundle
85+
command: cd book/config && bundle check --path vendor/bundle || ( bundle install --path vendor/bundle )
8686

8787
# Store bundle cache
8888
- save_cache:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /