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
|
// Verify Terraform is available
|
||||||
sh '''
|
sh '''
|
||||||
echo "✅ Checking for Terraform..."
|
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}"
|
echo "❌ Terraform not found. Please install Terraform ${TF_VERSION}"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user