We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa05720 commit b2b54e7Copy full SHA for b2b54e7
1 file changed
circleci/images/exttester/Dockerfile
@@ -75,8 +75,8 @@ ARG PG_VERSION_CLEAN
75
ARG PG_MAJOR
76
77
COPY --from=dev-tools-builder \
78
- /build/postgresql-${PG_VERSION_CLEAN}/build/lib/*.so \
79
- /build/postgresql-${PG_VERSION_CLEAN}/build/lib/
+ /build/postgresql-${PG_MAJOR}/build/lib/*.so \
+ /build/postgresql-${PG_MAJOR}/build/lib/
80
81
82
/build/postgresql-${PG_VERSION_CLEAN}/build/src/test/isolation/pg_isolation_regress \
0 commit comments