Commit 312eccb0 authored by Pavel Vainerman's avatar Pavel Vainerman

(gitlab-ci): minor fixes

parent c59b676d
Pipeline #993 failed with stage
...@@ -16,7 +16,7 @@ build and public: ...@@ -16,7 +16,7 @@ build and public:
- korinf -f .gear/nxssh.spec x86_64/ALTLinux/Sisyphus /var/ftp/pvt/Etersoft/RX@Etersoft/unstable - korinf -f .gear/nxssh.spec x86_64/ALTLinux/Sisyphus /var/ftp/pvt/Etersoft/RX@Etersoft/unstable
- git push -f gitlab HEAD:ci/latest-build - git push -f gitlab HEAD:ci/latest-build
# Приходиться делать так, потому-что gitlab-runner не позволяет обращаться к ресурсам лежащим вне сборочного каталога # Приходится делать так, потому-что gitlab-runner не позволяет обращаться к ресурсам лежащим вне сборочного каталога
- mkdir -p RPM/log; cp -rf ${HOME}/RPM/log/*nxssh*.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/ - mkdir -p korinf-log; cp -rf ${HOME}/RPM/tmp/korinf-log/* korinf-log/
...@@ -35,7 +35,7 @@ build and public: ...@@ -35,7 +35,7 @@ build and public:
testsuite: testsuite:
stage: test stage: test
script: script:
- epm update && epm install --auth nxssh - epm --auto Install nxssh
# токен задаётся как VARIABLE в свойствах проекта # токен задаётся как VARIABLE в свойствах проекта
- git clone https://gitlab-ci-token:${RX_TESTSUITE_TOKEN}@gitlab.eterfund.ru/rx-etersoft/rx-testsuite.git - git clone https://gitlab-ci-token:${RX_TESTSUITE_TOKEN}@gitlab.eterfund.ru/rx-etersoft/rx-testsuite.git
- cd rx-testsuite && ./rx-tests-start-all - cd rx-testsuite && ./rx-tests-start-all
......
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