Skip to content

Commit 19f1aad

Browse files
committed
Stop DBs rework
1 parent f13b51f commit 19f1aad

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release-feature-branch.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -279,11 +279,9 @@ jobs:
279279
run: |
280280
set -euxo pipefail
281281
282-
containers=${{ join(matrix.dbs, ' ') }}
283-
284-
if [ -n "$containers" ]; then
282+
if [ -n "${{ join(matrix.dbs, ' ') }}" ]; then
285283
compose_files=()
286-
for db in $containers; do
284+
for db in ${{ join(matrix.dbs, ' ') }}; do
287285
case "$db" in
288286
postgres) compose_files+=("-f" "compose/postgres.yml") ;;
289287
postgres-postgis) compose_files+=("-f" "compose/postgres-postgis.yml") ;;

0 commit comments

Comments
 (0)