testing pipeline when

This commit is contained in:
2021-09-07 15:52:45 -04:00
parent 7bae011f68
commit 2d56aafcc7
2 changed files with 3 additions and 1 deletions

View File

@@ -14,6 +14,8 @@ pipeline:
insecure: true
context: morty/
dockerfile: morty/Dockerfile
commands:
- env
when:
path: 'morty/*'
...