Commit 25cee4cd authored by Pietro Saccardi's avatar Pietro Saccardi
Browse files

Also missing zip in image

parent 8d63302c
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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"