Update .gitlab-ci.yml

This commit is contained in:
PD0ZRY Rudy 2016-11-27 14:27:01 +01:00
parent 5a05026372
commit fda42f5587

View file

@ -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