From d6772827c4f1fd5a861741e4805c3bca95674104 Mon Sep 17 00:00:00 2001 From: Pierre-Arthur Mathieu Date: Sun, 9 Mar 2025 17:47:58 +0100 Subject: [PATCH] test --- .gitea/workflows/demo.yaml | 1 + app.py | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 09b7ba4..dceb1ef 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -26,4 +26,5 @@ jobs: image: admin/test username: admin password: ${{ secrets.PAT_TOKEN }} + #extra_args: "--insecure --insecure-registry git.plop.in" extra_args: "--insecure --insecure-registry git.plop.in" diff --git a/app.py b/app.py index aaf4f54..37fdfe5 100644 --- a/app.py +++ b/app.py @@ -1 +1,2 @@ print("PLOP") +print("PLOP")