Skip to content

Commit

Permalink
Show pending commits for AWS deployments
Browse files Browse the repository at this point in the history
CSC deployments are irrelevant
  • Loading branch information
anttu committed Sep 16, 2024
1 parent 66f7647 commit c852b41
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions scripts/pending-commits.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ function log_cmd {

function print_pending_commits {
echo "# Commits for qa -> prod"
log_cmd green-qa...green-prod && echo
log_cmd va-green-qa...va-green-prod && echo

echo "# Commits for origin/master -> qa"
log_cmd origin/master...green-qa && echo
echo "# Commits for dev -> qa"
log_cmd va-green-dev...va-green-qa && echo

echo "# Commits for origin/master -> dev"
log_cmd origin/master...va-green-dev && echo

echo "# Commits for master -> origin/master"
log_cmd master...origin/master && echo
Expand Down

0 comments on commit c852b41

Please sign in to comment.