Skip to content
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.

Don't require execute bit if --artifact and --invoker provided #1

Closed
trisberg opened this issue Mar 12, 2019 · 2 comments
Closed

Don't require execute bit if --artifact and --invoker provided #1

trisberg opened this issue Mar 12, 2019 · 2 comments
Projects

Comments

@trisberg
Copy link
Member

Currently there is no way to create a command function on Windows since there is no way to set the execute bit. If the user provides bot --artifact and --invoker I think the buildpack should accept the command and set the execute bit on the command file. This would allow the Windows user to run local-path builds from the PowerShell.

@scothis
Copy link
Member

scothis commented Mar 13, 2019

This feels like a more generic problem that buildpacks need to solve. Do they have a recommendation?

I'd to avoid automatically flipping that bit since if the target artifacts invokes another file without the bit that should have it, it will fail in an even more mysterious way.

@scothis
Copy link
Member

scothis commented Oct 16, 2019

Replaced by #10

@scothis scothis closed this as completed Oct 16, 2019
invokers automation moved this from To do to Done Oct 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
invokers
  
Done
Development

No branches or pull requests

2 participants