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