From e73f763eebadc268062e3d1a9cbc1cb91082f569 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 16 May 2018 19:26:26 -0700 Subject: more CI tweaks --- .gitlab-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 02f1b781..8058503f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,8 +17,8 @@ rust_build: - cargo build --release artifacts: paths: - - rust/target/release - - rust/target/doc + - rust/target/release/fatcat* + - rust/target/doc/fatcat* expire_in: 1 month python_unittest_and_lint: @@ -32,4 +32,5 @@ python_unittest_and_lint: - cd python - pipenv install --dev --deploy - pipenv run pytest --cov - - pipenv run pylint --disable bad-continuation,arguments-differ,unidiomatic-typecheck fatcat + # Still too rigorous + #- pipenv run pylint --disable bad-continuation,arguments-differ,unidiomatic-typecheck fatcat -- cgit v1.2.3