Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -10,16 +10,16 @@ variables: build: stage: build image: node:latest image: node:18-alpine3.15 rules: - if: $CI_COMMIT_TAG before_script: - apk add bash - yarn install --prefer-offline script: - MAX_VERSION=$(node -p -e "require('./package.json').version") - ASSET="max-V${MAX_VERSION}.zip" - echo "ASSET = "$ASSET - cat ./tools/build.sh - ls ./tools - cd tools - ls ../ Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -10,16 +10,16 @@ variables: build: stage: build image: node:latest image: node:18-alpine3.15 rules: - if: $CI_COMMIT_TAG before_script: - apk add bash - yarn install --prefer-offline script: - MAX_VERSION=$(node -p -e "require('./package.json').version") - ASSET="max-V${MAX_VERSION}.zip" - echo "ASSET = "$ASSET - cat ./tools/build.sh - ls ./tools - cd tools - ls ../ Loading