mirror of
https://github.com/VSCodium/vscodium.git
synced 2024-12-12 16:03:26 +03:00
Fix double builds
This commit is contained in:
parent
1e7de47159
commit
2e347df1c8
@ -1,3 +1,5 @@
|
||||
if: tag IS blank
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
@ -9,8 +11,8 @@ node_js: "8"
|
||||
|
||||
before_install:
|
||||
- ./install_deps.sh
|
||||
- ./get_repo.sh
|
||||
- ./check_tags.sh
|
||||
- . get_repo.sh
|
||||
- . check_tags.sh
|
||||
|
||||
script:
|
||||
- ./build.sh
|
||||
|
Loading…
Reference in New Issue
Block a user