Remove path condition to debug CI issue

This commit is contained in:
Kevin Dorner 2022-09-05 17:26:20 +02:00
parent 50025329eb
commit 426fc6c4d9
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ pipeline:
from_secret: container_registry_password from_secret: container_registry_password
when: when:
event: [ push, cron ] event: [ push, cron ]
path: "Containerfile" #path: "Containerfile"
branches: master branches: master