Skip to content

Commit cf26f73

Browse files
committed
Replace deprecated deploy step
The deploy job shows a warning on CircleCI about the deprecation. To avoid an issue later when support is completely removed, switch to 'run' instead. See https://circleci.com/docs/migrate-from-deploy-to-run/
1 parent 8c1f3e1 commit cf26f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- checkout
9090
- restore_cache:
9191
key: gradle-dependencies-{{ .Branch }}-{{ checksum "build.gradle" }}-{{ checksum ".circleci/config.yml" }}
92-
- deploy:
92+
- run:
9393
name: Deployment
9494
command: sh ./gradle/deploy.sh
9595

0 commit comments

Comments
 (0)