Skip to content

Commit 7a49a3d

Browse files
committed
Chmod docker.sock when gitpod starts
Our `ugo` tests require access to the docker daemon. Chmod the socket so that the user has access. Signed-off-by: Aidan Delaney <[email protected]>
1 parent a9c6789 commit 7a49a3d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitpod.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ ports:
33
onOpen: open-preview
44

55
tasks:
6-
- init: make build
6+
- name: Setup
7+
before: chmod ugo+w /var/run/docker.sock
8+
init: make build
9+
command: chmod ugo+w /var/run/docker.sock
710

811
github:
912
prebuilds:

0 commit comments

Comments
 (0)