Skip to content

Commit

Permalink
Change bulk deploy to wait for each changeset to complete (#121)
Browse files Browse the repository at this point in the history
* Change bulk deploy to wait for each changeset to complete

* Bump version to 0.11.9
  • Loading branch information
mitchclarkebase2 authored Jan 5, 2024
1 parent cbeec1e commit 2dd48b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions lib/cfnguardian.rb
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,6 @@ def bulk_deploy
end
logger.info("executing changeset #{changeset[:id]}")
changeset[:deployer].execute_change_set(changeset[:id])
changesets_executed << changeset
end

changesets_executed.each do |changeset|
logger.info("waiting for changeset #{changeset[:id]} to complete")
changeset[:deployer].wait_for_execute(changeset[:type])
end
Expand Down
2 changes: 1 addition & 1 deletion lib/cfnguardian/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module CfnGuardian
VERSION = "0.11.8"
VERSION = "0.11.9"
CHANGE_SET_VERSION = VERSION.gsub('.', '-').freeze
end

0 comments on commit 2dd48b5

Please sign in to comment.