This commit is contained in:
parent
f155e0e7f9
commit
7281b536a0
4 changed files with 2 additions and 6 deletions
|
@ -9,7 +9,7 @@ steps:
|
|||
- name: dockersock
|
||||
path: /var/run/docker.sock
|
||||
commands:
|
||||
- make ci
|
||||
- BUILDKIT_PROGRESS=plain docker compose build
|
||||
|
||||
volumes:
|
||||
- name: dockersock
|
||||
|
|
2
.env
2
.env
|
@ -1,2 +0,0 @@
|
|||
POSTGRES_USER="blog"
|
||||
POSTGRES_PASSWORD="blog"
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
blog/
|
||||
.env
|
||||
|
|
3
Makefile
3
Makefile
|
@ -4,6 +4,3 @@ all: build
|
|||
|
||||
build:
|
||||
docker compose build
|
||||
|
||||
ci:
|
||||
BUILDKIT_PROGRESS=plain docker compose build
|
||||
|
|
Loading…
Reference in a new issue