Skip to content

Commit 62a5e29

Browse files
pcncdarora
authored andcommitted
chore: cleanup
1 parent e220a5d commit 62a5e29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/collect-u18-binaries.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- develop
7-
- pcnc/pg-upgrade-fixes
87
paths:
98
- '.github/workflows/collect-u18-binaries.yml'
109
- 'common.vars.pkr.hcl'

Dockerfile-u18

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1031,4 +1031,5 @@ COPY --from=pg_binary_collection_base /usr/share/postgresql/${postgresql_major}
10311031

10321032
RUN cd /tmp/pg_binaries && \
10331033
tar czvf 18.04.tar.gz ${postgresql_major}/ && \
1034-
rm -rf ${postgresql_major}/
1034+
rm -rf ${postgresql_major}/
1035+

0 commit comments

Comments
 (0)