This GitLab CI configuration is valid. Learn more
.gitlab-ci.yml 259 Bytes
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