From 96399753db45ab36aaec3d3098b5a5098990be8f Mon Sep 17 00:00:00 2001 From: ko_oler <kooler89@gmail.com> Date: Thu, 15 Dec 2022 18:33:48 +0800 Subject: [PATCH] fix .gitlab-ci.yml --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e476904..45dd8b8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,4 +18,7 @@ publish_npm: changes: - config/package.json script: - - ls \ No newline at end of file + - ls + - cd ./perxis-proto + - ls + - cd ./proto \ No newline at end of file -- GitLab