Skip to content

Commit

Permalink
[patch] Ahem.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Murdock committed Feb 25, 2019
1 parent 2f40d2b commit b203589
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 @@ -7,7 +7,7 @@ jobs:
- checkout
- restore_cache:
key: testmints-cache-3-{{ .Branch }}
- run: "./gradlew --info --stack-trace check release -Dorg.ajoberstar.grgit.auth.username=${GH_TOKEN} -Dorg.ajoberstar.grgit.auth.password"
- run: "./gradlew --info --stacktrace check release -Dorg.ajoberstar.grgit.auth.username=${GH_TOKEN} -Dorg.ajoberstar.grgit.auth.password"
- save_cache:
key: testmints-cache-3-{{ .Branch }}
paths:
Expand Down

0 comments on commit b203589

Please sign in to comment.