projectriff-archive / ci

Concourse & Co.
https://ci.projectriff.io/
0 stars 1 forks source link

Add the go http-gateway to the pipeline #21

Closed ericbottard closed 6 years ago

ericbottard commented 6 years ago

The task itself has been tested with

fly -t ci execute -c tasks/build-go-http-gateway.yml -i git-go-http-gateway=$GOPATH/src/github.com/sk8sio/http-gateway -i sk8s-version=/tmp/version -i git-pfs-ci=.

the pipeline integration though I haven't tested locally.

The makefile is split up to the point where it actually invokes docker build to share as much build steps as possible between "local" build and CI build.

The task is basically a copy/paste of function-sidecar with small corrections as discussed with @freynca (handling of hidden files in particular)