Commit 8d63302c authored by Pietro Saccardi's avatar Pietro Saccardi
Browse files

Missing git in image

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