Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2022-12-03 23:46:07 +0300
committerPhilipp Hörist <philipp@hoerist.com>2022-12-03 23:46:07 +0300
commit3becd51634dd7ceedee8e29c3d66fdbbc549c27e (patch)
tree4cea7238f1895ae274c3128ac2d351964e1cabe7 /.ci
parent52816f7f56526fce1da12692556aea70ce3d66a4 (diff)
cq: Remove newline
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/make_release.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/.ci/make_release.py b/.ci/make_release.py
index 5c97027a0..6185dd873 100755
--- a/.ci/make_release.py
+++ b/.ci/make_release.py
@@ -44,7 +44,6 @@ if __name__ == '__main__':
parser.add_argument('token', type=str, help='The API token')
args = parser.parse_args()
-
api = Gitlab(GITLAB_INSTANCE_URL, private_token=args.token)
api.auth()
project = api.projects.get(PROJECT_ID)