File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 58
58
push :
59
59
docker push $(IMAGE ) :$(shell cat VERSION)
60
60
docker push $(IMAGE ) :latest
61
- curl --request POST " https://hooks.microbadger.com/images/$( IMAGE) /? "
61
+ curl --request POST " https://hooks.microbadger.com/images/$( IMAGE) /-_8Vk4GYHIizTx03R8D3yYVzySk= "
62
62
63
63
.SILENT :
Original file line number Diff line number Diff line change @@ -11,4 +11,5 @@ dependencies:
11
11
- mkdir -p ~/docker; docker save codeworksio/postgres > ~/docker/image.tar
12
12
test :
13
13
override :
14
- - docker run --interactive --tty --name postgres codeworksio/postgres | grep "database system is ready to accept connections"
14
+ - docker run --interactive --tty --detach --name=postgres codeworksio/postgres; sleep 10
15
+ - docker logs postgres | grep "database system is ready to accept connections"
You can’t perform that action at this time.
0 commit comments