Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Jonas Franz f6b7f983a8
Merge pull request #4 from techknowlogick/patch-1
il y a 4 ans
docker Update manifest.tmpl il y a 4 ans
responses
utils
vendor update plugin to drone 1.0, golang 1.13 & go modules il y a 4 ans
.dockerignore
.drone.yml fix drone image name il y a 4 ans
.gitignore
DOCS.md update plugin to drone 1.0, golang 1.13 & go modules il y a 4 ans
LICENSE
README.md Change build status URL il y a 4 ans
go.mod update plugin to drone 1.0, golang 1.13 & go modules il y a 4 ans
go.sum update plugin to drone 1.0, golang 1.13 & go modules il y a 4 ans
logo.svg
main.go
plugin.go update plugin to drone 1.0, golang 1.13 & go modules il y a 4 ans
plugin_test.go
types.go

README.md

drone-crowdin

Go Doc Go Report Build Status

Drone plugin to update translation files at Crowdin. For the usage information and a listing of the available options please take a look at the docs.

Build

Build the binary with the following commands:

go build

Docker

Build the Docker image with the following commands:

GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -a -tags netgo -o release/linux/amd64/drone-crowdin
docker build --rm -t jonasfranz/crowdin .