this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: temporary hack for git auth

Khue Doan d68c1c83 49b5a26e

+5
+5
compose.yaml
··· 30 30 build: ./controller 31 31 volumes: 32 32 - /var/run/docker.sock:/var/run/docker.sock 33 + # TODO remove this shit 34 + - ssh-config:/root/.ssh 35 + - git-config:/root/.config/git 33 36 environment: 34 37 TEMPORAL_HOST: localhost:7233 35 38 TG_NON_INTERACTIVE: true ··· 41 44 condition: service_healthy 42 45 volumes: 43 46 tfstate: {} 47 + ssh-config: {} 48 + git-config: {}