From 3e4f33ab5e445168d88dc1ef248b70bbb46451c7 Mon Sep 17 00:00:00 2001
From: toor <elisabetta.giani@inaf.it>
Date: Tue, 22 Dec 2020 19:31:32 +0100
Subject: [PATCH] fix-setup-bug: push csp-lmc-common dev package on nexus repo.

---
 csp-lmc-common/.gitlab-ci.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/csp-lmc-common/.gitlab-ci.yml b/csp-lmc-common/.gitlab-ci.yml
index ed04811..3535b76 100644
--- a/csp-lmc-common/.gitlab-ci.yml
+++ b/csp-lmc-common/.gitlab-ci.yml
@@ -131,9 +131,6 @@ linting:csp-lmc-common:
   script:
     - cd $BUILD_PATH
     - twine upload --repository-url $PYPI_REPOSITORY_URL dist/* || true
-  only:        # publish development package only when source code changes
-    changes:
-      - "**/*.py"
 
 .publish_python_release_common:
   extends: .publish_python_common
-- 
GitLab