Skip to content

Commit

Permalink
Suppress secrets error (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Jan 5, 2017
1 parent b866caf commit 93288fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -12,10 +12,10 @@ submodules:
git submodule foreach git checkout $(sha1)

secrets:
-rm -rf vendor/native-secrets
-git clone https://github.com/kickstarter/native-secrets vendor/native-secrets

# Copy java secrets over. Fallback to example secrets if they don't exist.
-@rm -rf vendor/native-secrets
-@git clone https://github.com/kickstarter/native-secrets vendor/native-secrets 2>/dev/null || echo '(Skipping secrets.)'

cp vendor/native-secrets/android/Secrets.java app/src/main/java/com/kickstarter/libs/utils/Secrets.java \
|| cp app/src/main/java/com/kickstarter/libs/utils/Secrets.java.example app/src/main/java/com/kickstarter/libs/utils/Secrets.java

Expand Down

0 comments on commit 93288fa

Please sign in to comment.