3
Fork 0

rm .gitlab-ci.yml

This commit is contained in:
Stefan Saraev 2024-02-26 23:00:06 +02:00
parent f277a8aa3c
commit 0f1e8c72f6

View file

@ -1,50 +0,0 @@
debian_amd64:
stage: build
script:
- ./UpdateLog.sh
- make debian-package
- mkdir build
- cp ../tellusagent*.deb build/
- rm ../tellusagent*
only:
- master
artifacts:
paths:
- build/*
tags:
- debian
- amd64
debian_386:
stage: build
script:
- ./UpdateLog.sh
- ARCH=i386 make debian-package
- mkdir build
- cp ../tellusagent*.deb build/
- rm ../tellusagent*
only:
- master
artifacts:
paths:
- build/*
tags:
- debian
- i386
debian_armhf:
stage: build
script:
- ./UpdateLog.sh
- make debian-package
- mkdir build
- cp ../tellusagent*.deb build/
- rm ../tellusagent*
only:
- master
artifacts:
paths:
- build/*
tags:
- debian
- armv6