Fix: Escape Liquid

This commit is contained in:
Frank Taillandier 2018-07-07 13:01:41 +02:00
parent bfd58fa949
commit 70f4d4908d
No known key found for this signature in database
GPG Key ID: E73258E3F50AEB7E
1 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ jobs:
- checkout
- restore_cache:
keys:
- rubygems-v1-{{ checksum "Gemfile.lock" }}
- rubygems-v1-{% raw %}{{ checksum "Gemfile.lock" }}{% endraw %}
- rubygems-v1-fallback
- run:
name: Bundle Install
@ -114,7 +114,7 @@ jobs:
--check-html \
--disable-external
- save_cache:
key: rubygems-v1-{{ checksum "Gemfile.lock" }}
key: rubygems-v1-{% raw %}{{ checksum "Gemfile.lock" }}{% endraw %}
paths:
- vendor/bundle
- run: