Loading .gitlab-ci.yml +14 −14 Original line number Diff line number Diff line Loading @@ -6,20 +6,20 @@ default: tags: - cpu image: savannah.ornl.gov/research-enablement/bucket/runner before_script: - curl -LO https://code.ornl.gov/api/v4/projects/16689/packages/generic/x86_64-unknown-linux-gnu/v${ACORN_VERSION}/acorn - chmod +x ./acorn - ./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 - node --version - npm --version - npm install # before_script: # - curl -LO https://code.ornl.gov/api/v4/projects/16689/packages/generic/x86_64-unknown-linux-gnu/v${ACORN_VERSION}/acorn # - chmod +x ./acorn # - ./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 # - node --version # - npm --version # - npm install variables: USER: CI Loading Loading
.gitlab-ci.yml +14 −14 Original line number Diff line number Diff line Loading @@ -6,20 +6,20 @@ default: tags: - cpu image: savannah.ornl.gov/research-enablement/bucket/runner before_script: - curl -LO https://code.ornl.gov/api/v4/projects/16689/packages/generic/x86_64-unknown-linux-gnu/v${ACORN_VERSION}/acorn - chmod +x ./acorn - ./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 - node --version - npm --version - npm install # before_script: # - curl -LO https://code.ornl.gov/api/v4/projects/16689/packages/generic/x86_64-unknown-linux-gnu/v${ACORN_VERSION}/acorn # - chmod +x ./acorn # - ./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 # - node --version # - npm --version # - npm install variables: USER: CI Loading