diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-16 19:26:26 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-16 19:26:26 -0700 |
commit | e73f763eebadc268062e3d1a9cbc1cb91082f569 (patch) | |
tree | 915f974806cb5b0b5f8291a1fbe0aebc52189e07 /.gitlab-ci.yml | |
parent | a37f25df43e77b51ff3299e7a13ff35126362740 (diff) | |
download | fatcat-e73f763eebadc268062e3d1a9cbc1cb91082f569.tar.gz fatcat-e73f763eebadc268062e3d1a9cbc1cb91082f569.zip |
more CI tweaks
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 7 |
1 files changed, 4 insertions, 3 deletions
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 |