automated terminal push
This commit is contained in:
2
infrastructure/foundation/Jenkinsfile
vendored
2
infrastructure/foundation/Jenkinsfile
vendored
@@ -133,7 +133,7 @@ pipeline {
|
||||
// Verify Terraform is available
|
||||
sh '''
|
||||
echo "✅ Checking for Terraform..."
|
||||
if ! command -v terraform &> /dev/null; then
|
||||
if command -v terraform > /dev/null 2>&1; then
|
||||
echo "❌ Terraform not found. Please install Terraform ${TF_VERSION}"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user