File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[context .branch-deploy ]
2- command = " printf \" url: %s\" \" $DEPLOY_PRIME_URL\" > _preview.yml; bundle exec jekyll build --config _config.yml,_preview.yml && rspec"
2+ command = " printf \" url: %s\" \" $DEPLOY_PRIME_URL\" > _preview.yml; bundle exec jekyll build --config _config.yml,_preview.yml && buncle exec rspec"
33
44 [[context .branch-deploy .plugins ]]
55 package = " netlify-plugin-seo-lint"
@@ -8,7 +8,7 @@ command = "printf \"url: %s\" \"$DEPLOY_PRIME_URL\" > _preview.yml; bundle exec
88 internalLinksTrailingSlash = false
99
1010[context .deploy-preview ]
11- command = " printf \" url: %s\" \" https://staging-$REVIEW_ID.cmbuckley.co.uk\" > _preview.yml; bundle exec jekyll build --config _config.yml,_preview.yml && rspec"
11+ command = " printf \" url: %s\" \" https://staging-$REVIEW_ID.cmbuckley.co.uk\" > _preview.yml; bundle exec jekyll build --config _config.yml,_preview.yml && bundle exec rspec"
1212
1313 [[context .deploy-preview .plugins ]]
1414 package = " netlify-plugin-seo-lint"
@@ -25,7 +25,7 @@ package = "netlify-plugin-seo-lint"
2525 internalLinksTrailingSlash = false
2626
2727[build ]
28- command = " bundle exec jekyll build --config _config.yml,_staging.yml && rspec"
28+ command = " bundle exec jekyll build --config _config.yml,_staging.yml && bundle exec rspec"
2929
3030 [build .environment ]
3131 RUBY_VERSION = " 3.3.9"
You can’t perform that action at this time.
0 commit comments