Use in-repo build-deb script in CI
This commit is contained in:
parent
5876f4589b
commit
d938bcd44c
|
@ -7,7 +7,7 @@ build:
|
||||||
before_script:
|
before_script:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
script:
|
script:
|
||||||
- /usr/local/bin/build-package 0.5
|
- build-deb.sh
|
||||||
- /usr/local/bin/deploy-package
|
- /usr/local/bin/deploy-package
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in New Issue