Skip to content

Commit 7b574fe

Browse files
committed
chore: name oriole ami with conventions used through the rest of supabase systems
1 parent 891e458 commit 7b574fe

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ami-release-nix.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- develop
77
- release/*
8+
#TODO PR remove this prior to merge
9+
- oriole-ami-rename
810
paths:
911
- '.github/workflows/ami-release-nix.yml'
1012
- 'common-nix.vars.pkr.hcl'

ansible/vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ postgres_major:
99

1010
# Full version strings for each major version
1111
postgres_release:
12-
postgresorioledb-17: "orioledb-17.0.1.005"
12+
postgresorioledb-17: "17.0.1.005-orioledb"
1313
postgres15: "15.8.1.015"
1414
postgres16: "16.3.1.021"
1515

0 commit comments

Comments
 (0)