mirror of
https://github.com/sartography/cr-connect-db.git
synced 2025-01-24 05:38:56 +00:00
Trying something else
This commit is contained in:
parent
604534553b
commit
6a2d9b5080
@ -14,7 +14,7 @@ deploy:
|
||||
skip_cleanup: true
|
||||
on:
|
||||
all_branches: true
|
||||
condition: $TRAVIS_BRANCH =~ ^(testing|staging|master)$
|
||||
# condition: $TRAVIS_BRANCH =~ ^(testing|staging|master)$
|
||||
|
||||
notifications:
|
||||
email:
|
||||
|
@ -1,6 +1,5 @@
|
||||
FROM postgres
|
||||
ARG GIT_COMMIT=""
|
||||
RUN echo "GIT_COMMIT = ${GIT_COMMIT}"
|
||||
CMD echo 'echo "git commit = ${GIT_COMMIT}"' >> ./initdb.sh
|
||||
COPY ./initdb.sh /docker-entrypoint-initdb.d/initdb.sh
|
||||
CMD echo 'echo "git commit = ${GIT_COMMIT}"' >> /docker-entrypoint-initdb.d/initdb.sh
|
||||
EXPOSE 5432
|
||||
|
Loading…
x
Reference in New Issue
Block a user