Created
June 12, 2023 14:44
-
-
Save anna-geller/88a0ea2d0d53e57c4670319cb6640d99 to your computer and use it in GitHub Desktop.
For Vicki
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
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