Commit cbf43257 authored by Pavel Vainerman's avatar Pavel Vainerman

(gitlab-ci): fixed spec name

parent d7b51f1c
......@@ -10,16 +10,16 @@ build and public:
- export TMPDIR=/tmp/.private/${USER}; export TMP=${TMPDIR}
# вынимаем через ssh, чтобы потом смочь сделать коммит
- git remote | grep -q gitlab || git remote add gitlab git@gitlab.eterfund.ru:rx-etersoft/nx.git
- git remote | grep -q gitlab || git remote add gitlab git@gitlab.eterfund.ru:rx-etersoft/nxssh.git
- /usr/bin/rpmlog -q -r -l
- korinf -f nx.spec x86_64/ALTLinux/p8 /var/ftp/pvt/Etersoft/RX@Etersoft/unstable
- korinf -f nx.spec x86_64/ALTLinux/Sisyphus /var/ftp/pvt/Etersoft/RX@Etersoft/unstable
- korinf -f nx.spec x86_64/ALTLinux/p7 /var/ftp/pvt/Etersoft/RX@Etersoft/unstable
- korinf -f nxssh.spec x86_64/ALTLinux/p8 /var/ftp/pvt/Etersoft/RX@Etersoft/unstable
- korinf -f nxssh.spec x86_64/ALTLinux/Sisyphus /var/ftp/pvt/Etersoft/RX@Etersoft/unstable
- korinf -f nxssh.spec x86_64/ALTLinux/p7 /var/ftp/pvt/Etersoft/RX@Etersoft/unstable
- git push -f --tags gitlab HEAD:ci/latest-build
- git push -f --tags gitlab HEAD:master
# Приходится делать так, потому-что gitlab-runner не позволяет обращаться к ресурсам лежащим вне сборочного каталога
- mkdir -p RPM/log; cp -rf ${HOME}/RPM/log/*nx*.log RPM/log/
- mkdir -p RPM/log; cp -rf ${HOME}/RPM/log/*nxssh*.log RPM/log/
- mkdir -p korinf-log; cp -rf ${HOME}/RPM/tmp/korinf-log/* korinf-log/
artifacts:
......
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