From caa61abc6ff1808c4b15857a8baa69565b2b6f49 Mon Sep 17 00:00:00 2001 From: xfy Date: Wed, 22 May 2024 13:28:45 +0800 Subject: [PATCH] fix build script --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 61e62e5..cfaefcf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,8 @@ build:local: stage: build script: - pnpm i - - ./scripts/standalone.sh + - chmod +x scripts/standalone.sh + - bash scripts/standalone.sh artifacts: paths: - .next/standalone.tar.gz