Loading .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -10,10 +10,11 @@ variables: build: stage: build image: node:14-bullseye 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") Loading Loading
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -10,10 +10,11 @@ variables: build: stage: build image: node:14-bullseye 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") Loading