mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
devops: temporary disable @next deployment on travis
This commit is contained in:
parent
6ee7852f0f
commit
1e007b264c
16
.travis.yml
16
.travis.yml
@ -38,12 +38,12 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- node_js: '12'
|
- node_js: '12'
|
||||||
|
|
||||||
before_deploy:
|
# before_deploy:
|
||||||
- node utils/apply_next_version.js
|
# - node utils/apply_next_version.js
|
||||||
|
|
||||||
deploy:
|
# deploy:
|
||||||
skip_cleanup: true
|
# skip_cleanup: true
|
||||||
provider: script
|
# provider: script
|
||||||
script: utils/publish_all_packages.sh --tip-of-tree
|
# script: utils/publish_all_packages.sh --tip-of-tree
|
||||||
on:
|
# on:
|
||||||
branch: master
|
# branch: master
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user