From cf5fff5c6078a7bdd6e7ca9d4dba40686b8471e8 Mon Sep 17 00:00:00 2001 From: GotthardG <51994228+GotthardG@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:31:48 +0100 Subject: [PATCH] fixing bugs with ci pipeline --- make_openapi_client.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/make_openapi_client.sh b/make_openapi_client.sh index d267f3c..1b411e5 100755 --- a/make_openapi_client.sh +++ b/make_openapi_client.sh @@ -38,4 +38,5 @@ pip install -U pip build python -m build # Skip uploading the package. This will happen in the release stage. -echo "Python client generated and package built successfully." \ No newline at end of file +echo "Python client generated and package built successfully." +echo "git.psi.ch pushed" \ No newline at end of file