Open marcosalles opened 8 years ago
build is failing due to certificate failure
@marcosalles can you explain this? are you saying its a api key issue?
From the logs:
# Running:
...................F.......
Finished in 1.104586s, 24.4436 runs/s, 43.4552 assertions/s.
1) Failure:
CA Certificate Validity#test_0001_verifies that the local certificate matches with that on haxx.se [/home/travis/build/Shopify/shopify_theme/spec/smoke/ca_cert_spec.rb:35]:
Could not connect to http://curl.haxx.se/ca/cacert.pem. Verify that certificate is still hosted.
From looking at ca_cert_spec#31 I think it might just be a matter of using HTTPS instead of HTTP protocol to download the remote_file.
@marcosalles is this configurable. wasn't seeing it at a glance. also sending files work fine with watch just not replace.
@corbanb Yes watch
works perfectly. The issue affects only replace
, as is exposed in the description:
When executing
theme replace
...
I don't think this is easily configurable, but it's also not related to https://github.com/Shopify/shopify_theme/issues/197. The build failure is another issue completely, and I think it might be easily fixed by updating request code which fetches the .pem
key.
Any news about this?
@alrick the maintainer is not active, but the fix on https://github.com/Shopify/shopify_theme/pull/198 does work and doesn't create any new issues as far as I've tested
@marcosalles thx!
When executing
theme replace
, the gem crashes. The regex is not being interpreted as a regex.