We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c93a96 commit b2c151bCopy full SHA for b2c151b
Dockerfile.tmpl
@@ -1,6 +1,6 @@
1
FROM postgres:${PG_VERSION}-alpine
2
3
-ENV LANG=C.UTF-8 PGDATA=/pg/data SELCC=${CC}
+ENV LANG=C.UTF-8 PGDATA=/pg/data
4
5
RUN echo 'http://dl-cdn.alpinelinux.org/alpine/v3.6/main' > /etc/apk/repositories && \
6
echo 'http://dl-cdn.alpinelinux.org/alpine/v3.6/community' >> /etc/apk/repositories && \
run_tests.sh
@@ -2,7 +2,9 @@
set -eux
-id
+echo CC=$CC
+echo CHECK_CODE=$CHECK_CODE
7
+echo PG_VERSION=$PG_VERSION
8
9
# perform code analysis if necessary
10
if [ $CHECK_CODE = "true" ]; then
0 commit comments