Skip to content
  • Joost van der Hoff's avatar
    Accept Chef license on first use in AppVeyor pipeline · 2d171d9a
    Joost van der Hoff authored
    Otherwise the pipeline fails on this command with the following error
    message:
    
    > Chef Development Kit cannot execute without accepting the license
    
    It seems the command-line option to accept the licens can't be placed
    such that it isn't erroneously interpreted as a subcommand (whether
    before or after the exec subcommand), so I went with the environment
    variable instead, which does seem to work correctly.
    2d171d9a