Update .gitlab-ci.yml
This commit is contained in:
parent
5a05026372
commit
fda42f5587
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@ debian_armhf:
|
||||||
script:
|
script:
|
||||||
- ./UpdateLog.sh
|
- ./UpdateLog.sh
|
||||||
- make debian-package
|
- make debian-package
|
||||||
- cp ../tellusagent*.deb .
|
- mkdir build
|
||||||
|
- cp ../tellusagent*.deb build/
|
||||||
- rm ../tellusagent*
|
- rm ../tellusagent*
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
Loading…
Add table
Reference in a new issue