Loading .gitlab-ci.yml +3 −2 Original line number Diff line number Diff line Loading @@ -10,16 +10,17 @@ variables: build: stage: build image: debian:bullseye-backports image: nodejs:latest rules: - if: $CI_COMMIT_TAG before_script: # - apk add bash # - apk add zip - apt-get update - apt-get install -y nodejs npm git python3 mkdocs - apt-get install -y git python3 mkdocs - yarn install --prefer-offline script: - echo $SHELL - MAX_VERSION=$(node -p -e "require('./package.json').version") - cd tools - ./build.sh Loading Loading
.gitlab-ci.yml +3 −2 Original line number Diff line number Diff line Loading @@ -10,16 +10,17 @@ variables: build: stage: build image: debian:bullseye-backports image: nodejs:latest rules: - if: $CI_COMMIT_TAG before_script: # - apk add bash # - apk add zip - apt-get update - apt-get install -y nodejs npm git python3 mkdocs - apt-get install -y git python3 mkdocs - yarn install --prefer-offline script: - echo $SHELL - MAX_VERSION=$(node -p -e "require('./package.json').version") - cd tools - ./build.sh Loading