Skip to content

Commit

Permalink
Fixed missing script
Browse files Browse the repository at this point in the history
  • Loading branch information
stealthcopter committed May 11, 2018
1 parent 5655f01 commit d941985
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ jobs:
- checkout
- restore_cache:
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}

# Copy environment vars to gradle.properties
- run:
name: Copy Environment Vars
command: scripts/cp-env-to-properties.sh

- run:
name: Download Dependencies
Expand Down

0 comments on commit d941985

Please sign in to comment.