From 00fce5c94148ed3db732f39fff2df2893dad683e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=9F=E5=AE=81?= Date: Tue, 13 May 2025 11:26:49 +0000 Subject: [PATCH 1/2] update .gitea/workflows/devstar-studio-dev-ci.yaml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 孟宁 --- .gitea/workflows/devstar-studio-dev-ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/devstar-studio-dev-ci.yaml b/.gitea/workflows/devstar-studio-dev-ci.yaml index f19188c850..03acf4ed95 100644 --- a/.gitea/workflows/devstar-studio-dev-ci.yaml +++ b/.gitea/workflows/devstar-studio-dev-ci.yaml @@ -41,7 +41,6 @@ jobs: - name: 🔧 Test Codes and Build an Artifact run: | echo "Prepare to build repository code ${{ gitea.repository }}:${{ gitea.ref }}." - make test make docker - name: 🚀 Push Artifact to devstar.cn and docker.io Registry run: | From 491f3cc447ca8cd5198a60f8d7218a55d6f4c46b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=9F=E5=AE=81?= Date: Tue, 13 May 2025 11:27:21 +0000 Subject: [PATCH 2/2] update Dockerfile.rootless. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 孟宁 --- Dockerfile.rootless | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.rootless b/Dockerfile.rootless index 0ab63205a6..36e6422716 100644 --- a/Dockerfile.rootless +++ b/Dockerfile.rootless @@ -35,7 +35,7 @@ ENV GITEA_I_AM_BEING_UNSAFE_RUNNING_AS_ROOT=1 RUN if [ -n "${GITEA_VERSION}" ]; then \ git checkout "${GITEA_VERSION}"; \ fi \ - && make clean-all build \ + && make clean-all test build \ && echo "-------------------" \ && echo " BUILD SUCCESS" \ && echo "-------------------"