Skip to content

Commit 3b31f20

Browse files
committed
Add CircleCI
1 parent d34b5ce commit 3b31f20

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ jobs:
88
POSTGRES_USER: postgres
99
POSTGRES_DB: postgres
1010
steps:
11+
- run:
12+
name: install dockerize
13+
command: wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-linux-amd64-$DOCKERIZE_VERSION.tar.gz && sudo tar -C /usr/local/bin -xzvf dockerize-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-linux-amd64-$DOCKERIZE_VERSION.tar.gz
14+
environment:
15+
DOCKERIZE_VERSION: v0.3.0
1116
- run:
1217
name: Wait for db
1318
command: dockerize -wait tcp://localhost:5432 -timeout 1m

0 commit comments

Comments
 (0)