Loading .gitlab-ci.yml +3 −8 Original line number Diff line number Diff line Loading @@ -5,22 +5,18 @@ workflow: default: tags: - cpu image: mcr.microsoft.com/devcontainers/javascript-node image: savannah.ornl.gov/research-enablement/bucket/runner before_script: - apt-get update - apt-get install -y curl - curl -LO https://code.ornl.gov/api/v4/projects/16689/packages/generic/x86_64-unknown-linux-gnu/v${ACORN_VERSION}/acorn - chmod +x ./acorn - curl -LO https://github.com/errata-ai/vale/releases/download/v${VALE_VERSION}/vale_${VALE_VERSION}_Linux_64-bit.tar.gz - tar -xvzf vale_${VALE_VERSION}_Linux_64-bit.tar.gz -C /usr/local/bin - ./acorn --version - curl -L https://github.com/errata-ai/vale/releases/download/v${VALE_VERSION}/vale_${VALE_VERSION}_Linux_64-bit.tar.gz -o /root/vale.tar.gz - tar -xvzf /root/vale.tar.gz -C /usr/local/bin - vale -v - git config --global user.name "${USER}" - git config --global user.email "${EMAIL}" - git --version - git config --list - sudo apt-get update - sudo apt-get install git-lfs - node --version - npm --version - npm install Loading Loading @@ -63,7 +59,6 @@ publish: - node_modules when: manual script: - npx playwright install-deps - npm run download - tree src/data - npm run build Loading Loading
.gitlab-ci.yml +3 −8 Original line number Diff line number Diff line Loading @@ -5,22 +5,18 @@ workflow: default: tags: - cpu image: mcr.microsoft.com/devcontainers/javascript-node image: savannah.ornl.gov/research-enablement/bucket/runner before_script: - apt-get update - apt-get install -y curl - curl -LO https://code.ornl.gov/api/v4/projects/16689/packages/generic/x86_64-unknown-linux-gnu/v${ACORN_VERSION}/acorn - chmod +x ./acorn - curl -LO https://github.com/errata-ai/vale/releases/download/v${VALE_VERSION}/vale_${VALE_VERSION}_Linux_64-bit.tar.gz - tar -xvzf vale_${VALE_VERSION}_Linux_64-bit.tar.gz -C /usr/local/bin - ./acorn --version - curl -L https://github.com/errata-ai/vale/releases/download/v${VALE_VERSION}/vale_${VALE_VERSION}_Linux_64-bit.tar.gz -o /root/vale.tar.gz - tar -xvzf /root/vale.tar.gz -C /usr/local/bin - vale -v - git config --global user.name "${USER}" - git config --global user.email "${EMAIL}" - git --version - git config --list - sudo apt-get update - sudo apt-get install git-lfs - node --version - npm --version - npm install Loading Loading @@ -63,7 +59,6 @@ publish: - node_modules when: manual script: - npx playwright install-deps - npm run download - tree src/data - npm run build Loading