aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-03-15 15:39:59 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-03-15 15:39:59 -0700
commit705ac0fba2dc879115509006ce4fdfae8c9fc5c0 (patch)
treef6b15989ba1b314baec8e0914fbd8749ac111938 /.gitlab-ci.yml
parent7f708f1835be5011cb393d0f53252893369989d6 (diff)
downloadfatcat-705ac0fba2dc879115509006ce4fdfae8c9fc5c0.tar.gz
fatcat-705ac0fba2dc879115509006ce4fdfae8c9fc5c0.zip
update dev setup instructions
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6cde9663..e9ee0ba4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,7 +20,7 @@ unified_test:
script:
- rustc --version && cargo --version && diesel --version
- cd rust
- - cp env.example .env
+ - cp example.env .env
- diesel database reset && diesel migration run
- cargo build
- cargo test -- --test-threads 1
@@ -28,7 +28,7 @@ unified_test:
- cd ../python_client
- pytest-3
- cd ../python
- - cp env.example .env
+ - cp example.env .env
- pipenv install --dev --deploy
- pipenv run pytest --cov
- pipenv run ./tests/cli.sh