Skip to content

Commit

Permalink
Version changes aren't always upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 authored Jul 12, 2023
1 parent 7b9a0ae commit 99359eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gcp-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1808,7 +1808,7 @@ jobs:
elif [[ "$INITIAL_DISK_DB_VERSION" = "new" ]]; then
DB_VERSION_SUMMARY="$RUNNING_DB_VERSION in new database"
else
DB_VERSION_SUMMARY="$INITIAL_DISK_DB_VERSION upgrading to $RUNNING_DB_VERSION"
DB_VERSION_SUMMARY="$INITIAL_DISK_DB_VERSION changing to $RUNNING_DB_VERSION"
fi
echo "Summarised database versions from logs: $DB_VERSION_SUMMARY"
Expand Down

0 comments on commit 99359eb

Please sign in to comment.