Skip to content

Commit bf79f84

Browse files
mnoman09thomaszurkan-optimizely
authored andcommitted
fix(ci): pass SDK_BRANCH and BUILD_NUMBER to FSC (#291)
* pass SDK_BRANCH and Build Number set to Travis_job_number to FSC * removed dots from travis_build_number
1 parent ca727e0 commit bf79f84

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ jobs:
6363
stage: 'Integration tests'
6464
env:
6565
- SDK=android
66-
- BUILD_NUMBER=$TRAVIS_BUILD_NUMBER
66+
- BUILD_NUMBER=${TRAVIS_JOB_NUMBER/.}
67+
- SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
6768
cache: false
6869
language: minimal
6970
before_install: skip
@@ -75,4 +76,4 @@ jobs:
7576
after_success: travis_terminate 0
7677
- <<: *integrationtest
7778
stage: 'Benchmarking tests'
78-
env: SDK=android FULLSTACK_TEST_REPO=Benchmarking
79+
env: SDK=android FULLSTACK_TEST_REPO=Benchmarking BUILD_NUMBER=${TRAVIS_JOB_NUMBER/.} SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH

0 commit comments

Comments
 (0)