Skip to content

Instantly share code, notes, and snippets.

@steren
Created August 10, 2019 00:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steren/bd639e0bcf3ddce85a3956d84777c99b to your computer and use it in GitHub Desktop.
Save steren/bd639e0bcf3ddce85a3956d84777c99b to your computer and use it in GitHub Desktop.
Use Cloud Build for arbitrary container execution (in this case, run ffmpeg)
steps:
- name: 'jrottenberg/ffmpeg'
args: ['-i', 'input.mp4', 'output.avi']
artifacts:
objects:
location: 'gs://steren-test-oneshot/'
paths: ['output.avi']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment