Skip to content

Commit

Permalink
Fix PollForSourceChanges
Browse files Browse the repository at this point in the history
  • Loading branch information
mwkaufman committed Jul 13, 2020
1 parent 1d0623e commit e4d31d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ resource "aws_codepipeline" "bud_pipeline" {
Owner = "${var.repo_owner}"
Repo = "${var.app_name}"
Branch = "${var.branch_name}"
PollForSourceChanges = "true"
PollForSourceChanges = "false"
}
}
}
Expand Down Expand Up @@ -397,7 +397,7 @@ resource "aws_codepipeline" "bumdu_pipeline" {
Owner = "${var.repo_owner}"
Repo = "${var.app_name}"
Branch = "${var.branch_name}"
PollForSourceChanges = "true"
PollForSourceChanges = "false"
}
}
}
Expand Down

0 comments on commit e4d31d0

Please sign in to comment.