projects
/
lemmy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b79c10c
)
remove docker socket mount
author
Felix Ableitner
<me@nutomic.com>
Thu, 10 Dec 2020 00:44:11 +0000
(
01:44
+0100)
committer
Felix Ableitner
<me@nutomic.com>
Thu, 10 Dec 2020 00:44:11 +0000
(
01:44
+0100)
.drone.yml
patch
|
blob
|
history
diff --git
a/.drone.yml
b/.drone.yml
index d8442350e6a24e60ead08f7c7316d95d957d7e69..3682d81c027095b6d3a58aeff4435df27e67ca8f 100644
(file)
--- a/
.drone.yml
+++ b/
.drone.yml
@@
-21,9
+21,6
@@
steps:
- name: run federation tests
image: docker/compose:alpine-1.27.4
- volumes:
- - name: docker_sock
- path: /var/run/docker.sock
commands:
- cd docker/travis/
- mkdir -p volumes/pictrs_{alpha,beta,gamma,delta,epsilon}
@@
-62,8
+59,3
@@
services:
environment:
POSTGRES_USER: lemmy
POSTGRES_PASSWORD: password
-
-volumes:
- - name: docker_sock
- host:
- path: /var/run/docker.sock