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
Do run Blueprints Pipelines ONLY IF:
modified_tf_files=$(git show --name-only --oneline HEAD | tail -n +2 | grep '.tf$')
if [ "$modified_tf_files" ]; then // Run terraform phase else
It requires to distinguish it the modification happened: at root, bp 01 or bp02
No other alternatives yet
No additional context
The text was updated successfully, but these errors were encountered:
CI: Disable PR until issue #83 is solved
abed3b0
ps-ssingh
No branches or pull requests
Community Note
What is the outcome that you are trying to reach?
Do run Blueprints Pipelines ONLY IF:
Describe the solution you would like
modified_tf_files=$(git show --name-only --oneline HEAD | tail -n +2 | grep '.tf$')
if [ "$modified_tf_files" ]; then
// Run terraform phase
else
It requires to distinguish it the modification happened: at root, bp 01 or bp02
Describe alternatives you have considered
No other alternatives yet
Additional context
No additional context
The text was updated successfully, but these errors were encountered: