Skip to content

Commit 60689c3

Browse files
committed
fix: pass in variable that was set different in previous stage 1
1 parent 2052f93 commit 60689c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/nix-provision.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ EOF
5151
--extra-vars "postgresql_version=postgresql_${POSTGRES_MAJOR_VERSION}" \
5252
--extra-vars "nix_secret_key=${NIX_SECRET_KEY}" \
5353
--extra-vars "postgresql_major_version=${POSTGRES_MAJOR_VERSION}" \
54+
--extra-vars "postgresql_major=${POSTGRES_MAJOR_VERSION}" \
5455
$ARGS
5556
}
5657

0 commit comments

Comments
 (0)