Commit 4cac6ec5 authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

tests ci suite

parent 1c610e06
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ build:
    - echo "ASSET = "$ASSET
    - cd tools
    - ./build.sh
    - echo $MAX_VERSION > dist/version
    - ls dist
  artifacts:
    paths:
@@ -34,7 +35,7 @@ upload:
  rules:
    - if: $CI_COMMIT_TAG
  script:
    - MAX_VERSION=$(node -p -e "require('./package.json').version")
    - MAX_VERSION=$(cat dist/version)
    - ASSET="max-V${MAX_VERSION}.zip"
    - echo "ASSET = "$ASSET
    - |