github.com/kubesphere/s2irun@v3.2.1+incompatible/.gitpod.yml (about)

     1  image:
     2    file: .gitpod.Dockerfile
     3  
     4  tasks:
     5    - init: |
     6        git config --global user.name $GIT_AUTHOR_NAME
     7        git config --global user.email $GIT_COMMITTER_EMAIL
     8        echo Yes | gh repo fork
     9        make image