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
pre-
post-
Allow to run custom scripts before and after scripts operations.
Examples:
sctipts/drevops/provision.sh would automatically discover:
sctipts/drevops/provision.sh
scripts/hooks/pre-provision.sh scripts/hooks/pre-provision-10.sh scripts/hooks/pre-provision-20.sh scripts/hooks/pre-provision-30.sh
and
scripts/hooks/post-provision.sh scripts/hooks/post-provision-10.sh scripts/hooks/post-provision-20.sh scripts/hooks/post-provision-30.sh
The scripts/hooks directory may be something different: scripts/hooks scripts/custom scripts
scripts/hooks
scripts/custom
scripts
The text was updated successfully, but these errors were encountered:
@sonnykt @richardgaunt Could you please review the above and put your ideas around naming and the usefulness of this feature.
Sorry, something went wrong.
AlexSkrypnyk
No branches or pull requests
Allow to run custom scripts before and after scripts operations.
Examples:
sctipts/drevops/provision.sh
would automatically discover:and
The
scripts/hooks
directory may be something different:scripts/hooks
scripts/custom
scripts
The text was updated successfully, but these errors were encountered: