Skip to content

Commit

Permalink
Merge pull request #252 from DataDog/xgouchet/publish_ktx
Browse files Browse the repository at this point in the history
Ensure ktx artifact is built and published to bintray on tags
  • Loading branch information
xgouchet authored May 5, 2020
2 parents 0f16d39 + 6149b67 commit d0e8e9d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,17 @@ publish:release:
- git fetch --depth=1 origin master
- ./gradlew :dd-sdk-android:bintrayUpload

publish:release-ktx:
tags: [ "runner:docker", "size:large" ]
only:
- tags
image: $CI_IMAGE_DOCKER
stage: publish
script:
- aws ssm get-parameter --region us-east-1 --name ci.dd-sdk-android.gradle-properties --with-decryption --query "Parameter.Value" --out text >> ./gradle.properties
- git fetch --depth=1 origin master
- ./gradlew :dd-sdk-android-ktx:bintrayUpload

publish:release-timber:
tags: [ "runner:docker", "size:large" ]
only:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ fun Project.bintrayConfig() {
desc = "Datadog SDK fot Android"
websiteUrl = "https://www.datadoghq.com/"
setLicenses("Apache-2.0")
githubRepo = "datadog/$projectName"
githubRepo = "DataDog/dd-sdk-android"
githubReleaseNotesFile = "README.md"
vcsUrl = "https://github.com/DataDog/dd-sdk-android.git"

Expand Down

0 comments on commit d0e8e9d

Please sign in to comment.