From 40e85aa68c15fb5ed6c3f4a200c20ee95b1ab697 Mon Sep 17 00:00:00 2001 From: ANormalProgrammer <75260070+ANormalProgrammer@users.noreply.github.com> Date: Sun, 2 Apr 2023 21:54:27 +0700 Subject: [PATCH 1/2] no need for weak bash --- ci/ci.sh | 3 --- 1 file changed, 3 deletions(-) delete mode 100755 ci/ci.sh diff --git a/ci/ci.sh b/ci/ci.sh deleted file mode 100755 index c52d3c26b..000000000 --- a/ci/ci.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -exit 0 From 67a827111744ce503cc80ec762d246bb15b2e307 Mon Sep 17 00:00:00 2001 From: ANormalProgrammer <75260070+ANormalProgrammer@users.noreply.github.com> Date: Sun, 2 Apr 2023 22:09:08 +0700 Subject: [PATCH 2/2] use the correct language --- ci/ci.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ci/ci.py diff --git a/ci/ci.py b/ci/ci.py new file mode 100644 index 000000000..660e8e107 --- /dev/null +++ b/ci/ci.py @@ -0,0 +1,3 @@ +#!/usr/bin/env python3 + +exit (0) \ No newline at end of file