From 02b2a25bff4c8d9490bb7e44e969176437c62231 Mon Sep 17 00:00:00 2001 From: ko_oler <kooler89@gmail.com> Date: Thu, 15 Dec 2022 16:09:33 +0800 Subject: [PATCH] fix .gitlab-ci.yml --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 11fd771..cc1f048 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,10 +5,11 @@ publish_npm: image: "node:current-alpine" stage: publish-npm before_script: + - apk add --update bash + - apk add --update make - apk add --update yarn - apk add --update jq - apk add --update rsync - - apk add --update make rules: - if: '$CI_PIPELINE_SOURCE == "merge_request_event"' changes: -- GitLab