We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c1f3e1 commit cf26f73Copy full SHA for cf26f73
.circleci/config.yml
@@ -89,7 +89,7 @@ jobs:
89
- checkout
90
- restore_cache:
91
key: gradle-dependencies-{{ .Branch }}-{{ checksum "build.gradle" }}-{{ checksum ".circleci/config.yml" }}
92
- - deploy:
+ - run:
93
name: Deployment
94
command: sh ./gradle/deploy.sh
95
0 commit comments