Jaypore CI

> Jaypore CI: Minimal, Offline, Local CI system.
Log | Files | Refs | README | LICENSE

run_server.sh (130B)


      1 #! /bin/bash
      2 
      3 set -o errexit
      4 set -o nounset
      5 set -o pipefail
      6 
      7 main(){
      8     cd /app
      9     source env.example
     10     git jci server
     11 }
     12 main