Skip to content

Commit 30b166b

Browse files
committed
Make Gemfile env var relative to work locally
Signed-off-by: Arnaud J Le Hors <lehors@us.ibm.com>
1 parent 26f4894 commit 30b166b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
command = "./combine-versions.sh && bundle exec jekyll build"
55

66
[build.environment]
7-
BUNDLE_GEMFILE = "/opt/build/repo/www/Gemfile"
7+
BUNDLE_GEMFILE = "Gemfile"
88

99
[context.deploy-preview]
1010
command = "./combine-versions.sh && bundle exec jekyll build --drafts --future"

0 commit comments

Comments
 (0)