Commit a016ed3 1 parent 3792420 commit a016ed3 Copy full SHA for a016ed3
File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -157,6 +157,8 @@ workflows:
157
157
- << matrix.platform >>_test_nightly_verification
158
158
- << matrix.platform >>_integration_nightly_verification
159
159
- << matrix.platform >>_e2e_expect_nightly_verification
160
+ - << matrix.platform >>_e2e_subs_nightly
161
+ - codegen_verification
160
162
filters :
161
163
branches :
162
164
only :
@@ -431,15 +433,18 @@ commands:
431
433
steps :
432
434
- run :
433
435
name : Upload binaries << parameters.platform >>
434
- environment :
435
- TRAVIS_BRANCH : ${CIRCLE_BRANCH}
436
436
command : |
437
+ export TRAVIS_BRANCH=${CIRCLE_BRANCH}
437
438
scripts/travis/deploy_packages.sh
438
439
- when :
439
440
condition :
440
441
equal : [ "amd64", << parameters.platform >> ]
441
442
steps :
442
- - run : scripts/travis/test_release.sh
443
+ - run :
444
+ name : test_release.sh
445
+ command : |
446
+ export TRAVIS_BRANCH=${CIRCLE_BRANCH}
447
+ scripts/travis/test_release.sh
443
448
444
449
jobs :
445
450
codegen_verification :
You can’t perform that action at this time.
0 commit comments