Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit cecc0b9

Browse files
TPRobotsmaxmanders
andauthored
Remove deploy step (#13)
Deploys use the GitHub Releases provider. These releases should be created manually. Discussed internally with Emilio. Co-authored-by: Max Manders <[email protected]>
1 parent deadfd6 commit cecc0b9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,3 @@ cache:
1010
script:
1111
- ./gradlew build --build-cache -PwarningsAsErrors=true
1212
- ./gradlew shadowJar
13-
14-
deploy:
15-
provider: releases
16-
api_key: "$GITHUB_TOKEN"
17-
file: "build/libs/kafka-connect-dynamodb-${TRAVIS_TAG}.jar"
18-
skip_cleanup: true
19-
on:
20-
tags: true

0 commit comments

Comments
 (0)