Skip to content

Instantly share code, notes, and snippets.

@anna-geller
Created June 12, 2023 14:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anna-geller/88a0ea2d0d53e57c4670319cb6640d99 to your computer and use it in GitHub Desktop.
Save anna-geller/88a0ea2d0d53e57c4670319cb6640d99 to your computer and use it in GitHub Desktop.
For Vicki
id: test
namespace: dev
tasks:
- id: deploy
type: io.kestra.core.tasks.flows.Worker
tasks:
- id: cloneRepository
type: io.kestra.plugin.git.Clone
url: https://github.com/veekaybee/viberary
branch: main
- id: vickisTest
type: io.kestra.core.tasks.scripts.Bash
commands:
- pytest .
runner: DOCKER
dockerOptions:
image: mylocalimage
pullImage: false # to avoid pulling from DockerHub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment