Skip to content
Snippets Groups Projects
Commit 88bcdada authored by Simon Künzel's avatar Simon Künzel
Browse files

Disable debug verbosity of kaniko

parent e6a1175a
No related branches found
No related tags found
No related merge requests found
Pipeline #7357 passed
Pipeline: backend

#7358

    ......@@ -181,7 +181,7 @@ echo "{\\"auths\\":{\\"$CI_REGISTRY\\":{\\"username\\":\\"$CI_REGISTRY_USER\\",\
    f"--cache-repo=$CI_REGISTRY_IMAGE/{self.context.env_type()}_cache",
    f"--cache-copy-layers=true",
    f"--cache-run-layers=true",
    f"--verbosity=debug",
    f"--verbosity=info",
    ]
    if self.context.commit_tag is not None:
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment