From e135fa15ccbe8fc0f12e82ed078f2d6c9339a9c1 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Sun, 13 Oct 2019 15:12:05 +0200
Subject: [PATCH] [ci] #149, #182, #245: Remove Poetry by-pass conf creation
 fixed in 1.0.0b2

---
 .gitlab-ci.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index edc5b8ed..bceb21c0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -80,8 +80,6 @@ pypi_test:
   only: [tags]
   when: manual
   script:
-    - mkdir -p /root/.config/pypoetry/
-    - touch /root/.config/pypoetry/config.toml
     - poetry config repositories.pypi_test https://test.pypi.org/legacy/
     - poetry publish --build --username $PYPI_TEST_LOGIN --password $PYPI_TEST_PASSWORD --repository pypi_test
 
-- 
GitLab