Add a list of plugins

This commit is contained in:
2018-07-12 01:27:24 +01:00
parent 2cf8752f0b
commit b83e626832

View File

@@ -9,10 +9,12 @@ build:
- mkdir -p "$GOPATH/src/github.com/mholt" - mkdir -p "$GOPATH/src/github.com/mholt"
- ln -s "$(pwd)/source" "$GOPATH/src/github.com/mholt/caddy" - ln -s "$(pwd)/source" "$GOPATH/src/github.com/mholt/caddy"
- scripts/build ${CADDY_TAG} - scripts/build ${CADDY_TAG}
- ./cadmium -plugins | tee plugins.txt
artifacts: artifacts:
paths: paths:
- cadmium - cadmium
- source - source
- plugins.txt
only: only:
- tags - tags
- api - api