Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ build: - yarn install --prefer-offline script: - MAX_VERSION=$(node -p -e "require('./package.json').version") - ASSET="max-V${PACKAGE_VERSION}.zip" - ASSET="max-V${MAX_VERSION}.zip" - cd tools - ./build.sh - mv $ASSET dist/ Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ build: - yarn install --prefer-offline script: - MAX_VERSION=$(node -p -e "require('./package.json').version") - ASSET="max-V${PACKAGE_VERSION}.zip" - ASSET="max-V${MAX_VERSION}.zip" - cd tools - ./build.sh - mv $ASSET dist/ Loading