From a3da32fa524fb05e9c00c79ecf445e0484a03335 Mon Sep 17 00:00:00 2001 From: Suchin Sapphasitthatha Date: Mon, 16 Dec 2024 16:57:55 +0000 Subject: [PATCH] fix CI --- .onedev-buildspec.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml index 7087041..e7ffd42 100644 --- a/.onedev-buildspec.yml +++ b/.onedev-buildspec.yml @@ -33,7 +33,6 @@ jobs: interpreter: !DefaultInterpreter commands: | npm install - npm run build useTTY: true condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL - !BuildImageStep @@ -83,7 +82,6 @@ jobs: interpreter: !DefaultInterpreter commands: | npm install - npm run build useTTY: true condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL - !BuildImageStep