Loading .gitlab-ci.yml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -11,7 +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 - apk add --update --no-cache git zip 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 −1 Original line number Original line Diff line number Diff line Loading @@ -11,7 +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 - apk add --update --no-cache git zip 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