Skip to content

Commit

Permalink
chore(updater): add compose yml when updating versions
Browse files Browse the repository at this point in the history
  • Loading branch information
error418 committed Jul 25, 2020
1 parent 9fadbd4 commit 9a5cecd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/update-module-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ function addCommit {
echo " > adding commit: $CMESSAGE"

git add $VALUES_YAML
git add $COMPOSE_YAML
git commit -m "$CMESSAGE"
}

Expand Down

0 comments on commit 9a5cecd

Please sign in to comment.