Loading .gitlab-ci.yml +1 −0 Original line number Original line Diff line number Diff line Loading @@ -11,6 +11,7 @@ build:less: before_script: before_script: - yarn global add less - yarn global add less - yarn global add less-plugin-clean-css - yarn global add less-plugin-clean-css - apk add --update --no-cache git script: script: - /usr/local/bin/lessc "${LESS_SRC}" > "${LESS_OUTPUT}" - /usr/local/bin/lessc "${LESS_SRC}" > "${LESS_OUTPUT}" - git archive HEAD --prefix="${PLUGIN_NAME}/" --format=zip -o "${PLUGIN_NAME}.zip" - git archive HEAD --prefix="${PLUGIN_NAME}/" --format=zip -o "${PLUGIN_NAME}.zip" Loading Loading
.gitlab-ci.yml +1 −0 Original line number Original line Diff line number Diff line Loading @@ -11,6 +11,7 @@ build:less: before_script: before_script: - yarn global add less - yarn global add less - yarn global add less-plugin-clean-css - yarn global add less-plugin-clean-css - apk add --update --no-cache git script: script: - /usr/local/bin/lessc "${LESS_SRC}" > "${LESS_OUTPUT}" - /usr/local/bin/lessc "${LESS_SRC}" > "${LESS_OUTPUT}" - git archive HEAD --prefix="${PLUGIN_NAME}/" --format=zip -o "${PLUGIN_NAME}.zip" - git archive HEAD --prefix="${PLUGIN_NAME}/" --format=zip -o "${PLUGIN_NAME}.zip" Loading