Skip to content

Commit 6e54353

Browse files
committed
bug fix
1 parent b63a246 commit 6e54353

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aws-instance-first-script/Jenkinsfile

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ pipeline {
5151
def plan = readFile 'terraform/aws-instance-first-script/tfplan.txt'
5252
input message: "Do you want to apply the plan?",
5353
parameters: [text(name: 'Plan', description: 'Please review the plan', defaultValue: plan)]
54-
sh 'Approval stage'
5554
}
5655
}
5756
}

0 commit comments

Comments
 (0)