Commit 2e575c8e authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

ci: yarn install avant toute chose...

parent c1eff535
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -13,6 +13,8 @@ build:
  image: node:latest
  rules:
    - if: $CI_COMMIT_TAG
  before_script:
    - yarn install --prefer-offline    
  script:
    - MAX_VERSION=$(node -p -e "require('./package.json').version")
    - ASSET="max-V${PACKAGE_VERSION}.zip"