From 366a8b1ba56cc65de3181d842195c8d415fbde1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?c=C4=83t=C4=83lin?= Date: Fri, 14 Oct 2022 19:47:53 +0200 Subject: [PATCH 1/3] ci: debug --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 1cee614..4193498 100644 --- a/.drone.yml +++ b/.drone.yml @@ -65,6 +65,7 @@ steps: - poetry build - poetry config repositories.roboces https://git.roboces.dev/api/packages/catalin/pypi - poetry config http-basic.roboces "$REGISTRY_USERNAME" "$REGISTRY_PASSWORD" + - sleep 30m - poetry publish --repository roboces when: ref: -- 2.52.0 From edd125d5bfa9851a85d8809f7ba886a1ba714ca1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?c=C4=83t=C4=83lin?= Date: Fri, 14 Oct 2022 20:43:47 +0200 Subject: [PATCH 2/3] ci: add registry secrets --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index 4193498..7fdeeb8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -67,6 +67,11 @@ steps: - poetry config http-basic.roboces "$REGISTRY_USERNAME" "$REGISTRY_PASSWORD" - sleep 30m - poetry publish --repository roboces + environment: + REGISTRY_USERNAME: + from_secret: REGISTRY_USERNAME + REGISTRY_PASSWORD: + from_secret: REGISTRY_PASSWORD when: ref: - refs/tags/v* -- 2.52.0 From dd77061546bcd44cfa11709578b81434f8e25b7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?c=C4=83t=C4=83lin?= Date: Fri, 14 Oct 2022 20:48:25 +0200 Subject: [PATCH 3/3] ci: debug --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7fdeeb8..df0906b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -65,7 +65,6 @@ steps: - poetry build - poetry config repositories.roboces https://git.roboces.dev/api/packages/catalin/pypi - poetry config http-basic.roboces "$REGISTRY_USERNAME" "$REGISTRY_PASSWORD" - - sleep 30m - poetry publish --repository roboces environment: REGISTRY_USERNAME: -- 2.52.0