.gitlab-ci.yml 259 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 stages: - build build and public: stage: build script: - export TMPDIR=/tmp/.private/${USER}; export TMP=${TMPDIR} - korinf -f shc.spec x86_64/ALTLinux/p7 /var/ftp/pvt/Etersoft/RX@Etersoft/unstable only: - master tags: - rx-build