Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -18,9 +18,9 @@ build: script: - MAX_VERSION=$(node -p -e "require('./package.json').version") - ASSET="max-V${MAX_VERSION}.zip" - echo "ASSET = "$ASSET - cd tools - ./build.sh - mv $ASSET dist/ - ls dist artifacts: paths: Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -18,9 +18,9 @@ build: script: - MAX_VERSION=$(node -p -e "require('./package.json').version") - ASSET="max-V${MAX_VERSION}.zip" - echo "ASSET = "$ASSET - cd tools - ./build.sh - mv $ASSET dist/ - ls dist artifacts: paths: Loading