File tree Expand file tree Collapse file tree 3 files changed +14
-12
lines changed Expand file tree Collapse file tree 3 files changed +14
-12
lines changed Original file line number Diff line number Diff 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+
2023deploy :
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
Original file line number Diff line number Diff line change 11#! /bin/bash
2+ set -x
23version=` 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
1415curl -s -X POST \
1516 -H " Content-Type: application/json" \
Original file line number Diff line number Diff line change 1- 5.3.2
1+ 5.3.3
You can’t perform that action at this time.
0 commit comments