mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-23 11:30:14 +10:00
Fix deploy conditions
This commit is contained in:
@@ -9,8 +9,8 @@ node_js: "8"
|
|||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- ./install_deps.sh
|
- ./install_deps.sh
|
||||||
- . get_repo.sh
|
- ./get_repo.sh
|
||||||
- . check_tags.sh
|
- ./check_tags.sh
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./build.sh
|
- ./build.sh
|
||||||
@@ -25,4 +25,5 @@ deploy:
|
|||||||
file_glob: true
|
file_glob: true
|
||||||
file: ./*.zip
|
file: ./*.zip
|
||||||
on:
|
on:
|
||||||
condition: "$SHOULD_BUILD = yes"
|
all_branches: true
|
||||||
|
condition: $SHOULD_BUILD = yes
|
||||||
|
|||||||
Reference in New Issue
Block a user