github.com/buildpacks/pack@v0.33.3-0.20240516162812-884dd1837311/.gitpod.yml (about)

     1  
     2  tasks:
     3    - name: Setup
     4      before: chmod ugo+w /var/run/docker.sock
     5      init: make build
     6      command: chmod ugo+w /var/run/docker.sock
     7  
     8  github:
     9    prebuilds:
    10      master: true
    11      branches: true
    12      pullRequests: true
    13      pullRequestsFromForks: true
    14      addCheck: true
    15  
    16  vscode:
    17    extensions:
    18      - golang.go