Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
windWingWalker committed Jul 29, 2022
1 parent 8bbcc24 commit 958d8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pipeline{
// }
stages{
stage('Deploy'){
when { changeset "iac/**"}
// when { changeset "iac/**"}
steps{
dir('iac'){
sh 'terraform init -input=false'
Expand Down

0 comments on commit 958d8dd

Please sign in to comment.