File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ packages:
18
18
- postgres-13
19
19
- postgres-15
20
20
- postgres-16
21
- - postgres-yq-4
22
21
23
22
consumes:
24
23
- name: database
Original file line number Diff line number Diff line change 24
24
%>
25
25
26
26
JOB_DIR=" /var/vcap/jobs/bbr-postgres-db"
27
- current_version=postgres-$( MAJOR_VERSION=< %=p(' postgres.version' )%> ${JOB_DIR} /packages/postgres-yq-4/bin/yq ' .postgresql.major_version[env(MAJOR_VERSION)].minor_version' /var/vcap/jobs/postgres/config/used_postgresql_versions.yml)
28
27
29
- PACKAGE_DIR=" /var/vcap/packages/${current_version % . * } "
28
+ PACKAGE_DIR=" /var/vcap/packages/postgres-<%= p('postgres.version') %> "
30
29
PORT=" <%= port %>"
31
30
DATABASES=(< %= databases.map{| d| d[" name" ]}.join(' ' )%> )
32
31
DBHOST=< %= dbhost %>
You can’t perform that action at this time.
0 commit comments