Skip to content

Commit f7a1a38

Browse files
authored
Release/5.3.3 (#384)
1 parent f3c04ff commit f7a1a38

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ before_deploy:
1717
- ./Tools/verifyTag.sh
1818
- ./gradlew assembleRelease makeJar generatePomFileForAarPublication
1919

20+
after_deploy:
21+
- ./Tools/triggerRondo.sh
22+
2023
deploy:
2124
- provider: script
2225
skip_cleanup: true
23-
script:
24-
- ./gradlew artifactoryPublish bintrayUpload
25-
- ./Tools/triggerRondo.sh
26+
script: ./gradlew artifactoryPublish bintrayUpload
2627
on:
2728
tags: true

Tools/triggerRondo.sh

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
#!/bin/bash
2+
set -x
23
version=`cat sdk-version.txt`
3-
body='{
4-
"request": {
5-
"branch":"master",
6-
"message" : "Building and uploading $version",
7-
"config": {
8-
"env": {
9-
"LEANPLUM_SDK_VERSION": "$version"
4+
body="{
5+
\"request\": {
6+
\"branch\" : \"master\",
7+
\"message\" : \"Building and uploading $version\",
8+
\"config\": {
9+
\"env\": {
10+
\"LEANPLUM_SDK_VERSION\": \"$version\"
1011
}
1112
}
12-
}}'
13+
}}"
1314

1415
curl -s -X POST \
1516
-H "Content-Type: application/json" \

sdk-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.3.2
1+
5.3.3

0 commit comments

Comments
 (0)