We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run-gocd
I tried using OSX installer it was a smooth process for me except I had to provide execute permission to run-gocd.
unzip -qq gocd-19.3.0-8674-osx.zip && cd gocd-19.3.0-8674 && ls -lrt run-gocd && cd .. && rm -rf gocd-19.3.0-8674 -rw-r--r--@ 1 bhupendrakumar staff 3166000 Mar 13 05:53 run-gocd
Maybe it will be better if we can bundle run-cmd with all permissions attributes. By doing this user will not have to run chmod +x run-cmd manually.
run-cmd
chmod +x run-cmd
The text was updated successfully, but these errors were encountered:
This would be nice. I know zip files aren’t great in this area. But, extended zip should allow file ownership bits to be maintained.
Sorry, something went wrong.
Or tar.gz
tar.gz
As long as it works out of the box in the OS and the experience is ok.
No branches or pull requests
I tried using OSX installer it was a smooth process for me except I had to provide execute permission to
run-gocd
.Maybe it will be better if we can bundle
run-cmd
with all permissions attributes. By doing this user will not have to runchmod +x run-cmd
manually.The text was updated successfully, but these errors were encountered: