mirror of
https://github.com/VSCodium/vscodium.git
synced 2024-12-12 06:16:37 +03:00
Fix deploy conditions
This commit is contained in:
parent
206f1e77e2
commit
1e7de47159
@ -9,8 +9,8 @@ node_js: "8"
|
||||
|
||||
before_install:
|
||||
- ./install_deps.sh
|
||||
- . get_repo.sh
|
||||
- . check_tags.sh
|
||||
- ./get_repo.sh
|
||||
- ./check_tags.sh
|
||||
|
||||
script:
|
||||
- ./build.sh
|
||||
@ -25,4 +25,5 @@ deploy:
|
||||
file_glob: true
|
||||
file: ./*.zip
|
||||
on:
|
||||
condition: "$SHOULD_BUILD = yes"
|
||||
all_branches: true
|
||||
condition: $SHOULD_BUILD = yes
|
||||
|
Loading…
Reference in New Issue
Block a user