Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ default: image: ubuntu before_script: - apt-get update - apt-get install -y curl - apt-get install -y curl git - curl -LO https://code.ornl.gov/api/v4/projects/16689/packages/generic/x86_64-unknown-linux-gnu/v${ACORN_VERSION}/acorn - chmod +x ./acorn - mv acorn /usr/local/bin Loading @@ -29,4 +29,4 @@ analysis: variables: true script: - acorn help - acorn check --path . -vv No newline at end of file - acorn check --commit HEAD -vvv No newline at end of file Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ default: image: ubuntu before_script: - apt-get update - apt-get install -y curl - apt-get install -y curl git - curl -LO https://code.ornl.gov/api/v4/projects/16689/packages/generic/x86_64-unknown-linux-gnu/v${ACORN_VERSION}/acorn - chmod +x ./acorn - mv acorn /usr/local/bin Loading @@ -29,4 +29,4 @@ analysis: variables: true script: - acorn help - acorn check --path . -vv No newline at end of file - acorn check --commit HEAD -vvv No newline at end of file