Skip to content

Commit

Permalink
Merge pull request #845 from CypherpunkArmory/master
Browse files Browse the repository at this point in the history
Don't fail if resources dir exists. (#844)
  • Loading branch information
Matthew Tighe authored May 21, 2019
2 parents 500a1fd + 9c6b18a commit 1bdc766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ reference:
run:
name: Configure Sentry for production use
command: |
mkdir app/src/main/resources
mkdir -p app/src/main/resources
echo "dsn=$SENTRY_DSN" >> app/src/main/resources/sentry.properties
echo "environment=production" >> app/src/main/resources/sentry.properties
Expand Down

0 comments on commit 1bdc766

Please sign in to comment.