Commit d963844d authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

tests ci suite

parent 575f83f9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,16 +10,16 @@ variables:

build:
  stage: build
  image: node:latest
  image: node:18-alpine3.15
  rules:
    - if: $CI_COMMIT_TAG
  before_script:
    - apk add bash
    - yarn install --prefer-offline
  script:
    - MAX_VERSION=$(node -p -e "require('./package.json').version")
    - ASSET="max-V${MAX_VERSION}.zip"
    - echo "ASSET = "$ASSET
    - cat ./tools/build.sh
    - ls ./tools
    - cd tools
    - ls ../