Remove path condition to debug CI issue
This commit is contained in:
parent
50025329eb
commit
426fc6c4d9
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue