Fix call to build-deb.sh
This commit is contained in:
parent
d938bcd44c
commit
268fbd10e7
|
@ -7,7 +7,7 @@ build:
|
||||||
before_script:
|
before_script:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
script:
|
script:
|
||||||
- build-deb.sh
|
- /bin/bashs build-deb.sh
|
||||||
- /usr/local/bin/deploy-package
|
- /usr/local/bin/deploy-package
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in New Issue