Skip to content

Commit

Permalink
Update multitenant version in update script
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljharvey committed Jan 9, 2025
1 parent 4b62d9a commit 91b1a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-multitenant-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# there will be multiple `ndc-postgres` deps, so we target a specific
# one, presumably the latest version. This will need updating as we
# add new `ndc-postgres` versions into `ndc-postgres-multitenant`
LATEST_NDC_POSTGRES_VERSION="1"
LATEST_NDC_POSTGRES_VERSION="2"
# Update the hash for ndc-postgres
sed -i -e "/ndc-postgres_v${LATEST_NDC_POSTGRES_VERSION}/s/rev[ ]*=[ ]*\"[[:alnum:]]*\"/rev = \"$LATEST_SHA\"/g" $DEP_FILEPATH
Expand Down

0 comments on commit 91b1a46

Please sign in to comment.