From 7b8d02449cf4cd854dfd10090c38bc0e5d401066 Mon Sep 17 00:00:00 2001 From: ko_oler <kooler89@gmail.com> Date: Thu, 15 Dec 2022 18:32:53 +0800 Subject: [PATCH] fix .gitlab-ci.yml --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ac3e34..e476904 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,5 +18,4 @@ publish_npm: changes: - config/package.json script: - - cd ./perxis-proto/proto - - ls -a \ No newline at end of file + - ls \ No newline at end of file -- GitLab