Commit 764fbc0a authored by Pavel Vainerman's avatar Pavel Vainerman

(gitlab-ci): added build for p7

parent 4cd615af
Pipeline #1473 failed with stage
stages:
- build
build and public:
stage: build
script:
- export TMPDIR=/tmp/.private/${USER}; export TMP=${TMPDIR}
- git remote | grep -q gitlab || git remote add gitlab git@gitlab.eterfund.ru:rx-etersoft/shc.git
- korinf -f shc.spec x86_64/ALTLinux/p7 /var/ftp/pvt/Etersoft/RX@Etersoft/unstable
- git push -f --tags gitlab HEAD:master
- mkdir -p RPM/log; cp -rf ${HOME}/RPM/log/*shc.log RPM/log/
- mkdir -p korinf-log; cp -rf ${HOME}/RPM/tmp/korinf-log/* korinf-log/
artifacts:
paths:
- RPM/log
- korinf-log
expire_in: 10 days
only:
- master
tags:
- rx-build
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment