Skip to content

Commit 138fff5

Browse files
msohailhussainjaeopt
authored andcommitted
fix(ci): pass SDK_BRANCH to FSC (#432)
* pass SDK_BRANCH to FSC
1 parent e55a1a8 commit 138fff5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ jobs:
2121
os: linux
2222
env:
2323
- SDK=objective-c
24-
- BUILD_NUMBER=$TRAVIS_BUILD_NUMBER
24+
- BUILD_NUMBER=${TRAVIS_JOB_NUMBER/.}
2525
- TESTAPP_TAG=master
26+
- SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
2627
cache: false
2728
before_install: skip
2829
install: skip
@@ -33,7 +34,7 @@ jobs:
3334
after_success: travis_terminate 0
3435
- <<: *integrationtest
3536
stage: 'Benchmarking tests'
36-
env: SDK=objective-c FULLSTACK_TEST_REPO=Benchmarking
37+
env: SDK=objective-c FULLSTACK_TEST_REPO=Benchmarking BUILD_NUMBER=${TRAVIS_JOB_NUMBER/.} SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
3738

3839
- stage: 'Lint markdown files'
3940
language: ruby

0 commit comments

Comments
 (0)