Skip to content

PathMotion/drone-po-editor-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drone poeditor po files download

Build Status

Lightweight drone plugin to download po files from poeditor for a specified project.

Usage

pipeline:
  get-po-files:
    image: maximelebastard/drone-po-editor-plugin
    po_files_path: ./maybe/a/subdirectory/of/the/project
    secrets:
      - POEDITOR_API_TOKEN
      - POEDITOR_PROJECT_ID
    when:
      event: deployment

Parameters

  • po_files_path : (Optional - default is ".") any subdirectory of the project that contains the po files

Secrets

POEditor gives you an API token to access their API

You can see this API token as well as the projects id in your account / API Access

About

A PO Editor for Drone CI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 93.0%
  • Dockerfile 7.0%