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