Created
August 10, 2019 00:21
-
-
Save steren/bd639e0bcf3ddce85a3956d84777c99b to your computer and use it in GitHub Desktop.
Use Cloud Build for arbitrary container execution (in this case, run ffmpeg)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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