Loading .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ build: - echo "ASSET = "$ASSET - cd tools - ./build.sh - echo $MAX_VERSION > dist/version - ls dist artifacts: paths: Loading @@ -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 - | Loading Loading
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ build: - echo "ASSET = "$ASSET - cd tools - ./build.sh - echo $MAX_VERSION > dist/version - ls dist artifacts: paths: Loading @@ -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 - | Loading