Pirc changes

This commit is contained in:
James Barnsley
2020-02-08 10:15:31 +13:00
parent b191b64dcd
commit 857cdb8cf9

View File

@ -108,7 +108,7 @@ jobs:
- checkout
- restore_cache:
keys:
- v1-dependencies-{{ checksum "VERSION.md" }}
- v1-dependencies-{{ checksum "IRIS_VERSION" }}
- run:
name: Install npm dependencies
command: npm install
@ -122,7 +122,7 @@ jobs:
paths:
- node_modules
- mopidy_iris
key: v1-dependencies-{{ checksum "VERSION.md" }}
key: v1-dependencies-{{ checksum "IRIS_VERSION" }}
deploy:
docker:
@ -131,14 +131,13 @@ jobs:
- checkout
- restore_cache:
keys:
- v1-dependencies-{{ checksum "VERSION.md" }}
- v1-dependencies-{{ checksum "IRIS_VERSION" }}
- run:
name: Prepare .pypirc
command: |
echo -e "[distutils]" >> ~/.pypirc
echo -e "index-servers =" >> ~/.pypirc
echo -e " pypi" >> ~/.pypirc
echo -e "[distutils]" >> ~/.pypirc
echo -e "[pypi]" >> ~/.pypirc
echo -e "username = jaedb" >> ~/.pypirc
echo -e "password = $PYPI_PASSWORD" >> ~/.pypirc