Skip to content

Commit

Permalink
[CI] Update both Travis and Circle configs
Browse files Browse the repository at this point in the history
  • Loading branch information
rm3l committed Jun 25, 2017
1 parent 5509d10 commit 8a70fe5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
JVM_OPTS: -Xmx3200m
steps:
- checkout
- run:
name: Prepare keystore
command: mkdir -p ~/.droid && echo "keystore=${KEYSTORE}\nstorePassword=${STORE_PASSWORD}\nkeyAlias=${KEY_ALIAS}\nkeyPassword=${KEY_PASSWORD}" >> ~/.droid/maoni-keystore.properties
- restore_cache:
key: jars-{{ checksum "build.gradle" }}-{{ checksum "maoni-sample/build.gradle" }}
- run:
Expand Down
2 changes: 1 addition & 1 deletion tools/import-translations-github.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
# import listing graphics
for playLangPath in ./maoni-sample/src/main/play/*-*; do
mkdir -p ${playLangPath}/listing
cp -vr ./maoni-sample/src/main/play/en-US/listing/* ${playLangPath}/listing/
cp -r ./maoni-sample/src/main/play/en-US/listing/* ${playLangPath}/listing/
done

#add, commit and push files
Expand Down

0 comments on commit 8a70fe5

Please sign in to comment.