Skip to content

Commit

Permalink
[CI][Circle] Fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
rm3l committed Jun 25, 2017
1 parent b662278 commit f40ca62
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
- checkout
- run:
name: Prepare keystore
command: mkdir -p ~/.droid && \
echo "keystore=${KEYSTORE}" > ~/.droid/maoni-keystore.properties && \
echo "storePassword=${STORE_PASSWORD}" >> ~/.droid/maoni-keystore.properties && \
echo "keyAlias=${KEY_ALIAS}" >> ~/.droid/maoni-keystore.properties && \
command: mkdir -p ~/.droid &&
echo "keystore=${KEYSTORE}" > ~/.droid/maoni-keystore.properties &&
echo "storePassword=${STORE_PASSWORD}" >> ~/.droid/maoni-keystore.properties &&
echo "keyAlias=${KEY_ALIAS}" >> ~/.droid/maoni-keystore.properties &&
echo "keyPassword=${KEY_PASSWORD}" >> ~/.droid/maoni-keystore.properties
- restore_cache:
key: jars-{{ checksum "build.gradle" }}-{{ checksum "maoni-sample/build.gradle" }}
Expand Down

0 comments on commit f40ca62

Please sign in to comment.