David E. Wheeler
David E. Wheeler
I worked around this issue by first creating the directory: ``` yaml commands: - mkdir _site - jekyll build --destination _site ``` Without `mkdir _site`, it fails with: ``` jekyll...
I submitted the regex check because a full URI parse seems redundant, since the URL will actually be used in an HTTP request and either be accepted by vault or...
Works for me, updated in 52515c2.
PR submitted in #640.
Thanks for that. This is because there is no change to the deploy script. It works with this change: ``` diff --- a/test.sh +++ b/test.sh @@ -7,4 +7,5 @@ docker...
Mean to say thanks a million for taking the time to build such a terrific test case. Made it easy for me to replicate and see what was going on...
Right, it creates the script as a copy of the old one, but expects you to modify it — otherwise why bother reworking it if you don't rework it? :-)
I'm not able to replicate that issue, either :-( Here's what I did: ``` sqitch init s630 --engine pg --target postgres sqitch add test1 -m "make a new version" add...
Re-opening, because I now realize that the raw SQL error is a bug. The code needs to catch unique key violations and return a more meaningful error.
@jay-brillio Make sure the Snowflake user you're connecting as has permission to create the registry schema and the changes table.