File tree Expand file tree Collapse file tree 5 files changed +13
-6
lines changed
Leanplum-SDK/Classes/Internal Expand file tree Collapse file tree 5 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ before_install:
1212 - pod install --project-directory=Example
1313
1414before_script :
15- - >
15+ >-
1616 if [ -z "$TRAVIS_TAG" ]
1717 then
1818 echo "No tag, so not triggering Location"
@@ -25,9 +25,12 @@ before_deploy:
2525 - ./Tools/build.sh
2626
2727after_deploy :
28- - >
29- ./Tools/triggerRondo.sh;
30- version=`cat sdk-version.txt`; if [[ $version != *"beta"* ]]; then ./Tools/triggerRN.sh; fi;
28+ >-
29+ if ! [ "$AFTER_DEPLOY_RUN" ]; then
30+ export AFTER_DEPLOY_RUN=1;
31+ ./Tools/triggerRondo.sh;
32+ version=`cat sdk-version.txt`; if [[ $version != *"beta"* ]]; then ./Tools/triggerRN.sh; fi;
33+ fi
3134
3235deploy :
3336 - provider : script
Original file line number Diff line number Diff line change 3838#define IS_NOOP (IS_JAILBROKEN || [LPConstantsState sharedState ].isTestMode || [LPConstantsState sharedState ].isInPermanentFailureState)
3939#define RETURN_IF_NOOP if (IS_NOOP) return
4040
41- #define LEANPLUM_SDK_VERSION @" 3.2.0-beta2 "
41+ #define LEANPLUM_SDK_VERSION @" 3.2.0-beta3 "
4242#define LEANPLUM_CLIENT @" ios"
4343#define LEANPLUM_SUPPORTED_ENCODING @" gzip"
4444
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ body="{
1212 }
1313}}"
1414
15+ echo " triggering Rondo-ReactNative build"
16+
1517curl -s -X POST \
1618 -H " Content-Type: application/json" \
1719 -H " Accept: application/json" \
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ body="{
1111 }
1212}}"
1313
14+ echo " triggering Rondo-iOS build"
15+
1416curl -s -X POST \
1517 -H " Content-Type: application/json" \
1618 -H " Accept: application/json" \
Original file line number Diff line number Diff line change 1- 3.2.0-beta2
1+ 3.2.0-beta3
You can’t perform that action at this time.
0 commit comments