From e6072577efa0f3e9bf13c99f13d9a90fe5efa11a Mon Sep 17 00:00:00 2001
From: Frank Sauerburger <frank@sauerburger.com>
Date: Sun, 15 Sep 2024 14:29:59 +0200
Subject: [PATCH] Overwrite entrypoint

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 871b5ea..4e7ea82 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ stages:
 .deploy:
   image:
     name: ghcr.io/pyo3/maturin:v1.7.1
-    entrypoint: ["/usr/bin/bash"]
+    entrypoint: [""]
   script:
     - sed -i "s/##VERSION##/$CI_COMMIT_TAG/g" Cargo.toml
     - sed -i "s/##VERSION##/$CI_COMMIT_TAG/g" pyproject.toml
-- 
GitLab