Fix environment variable DISTRO from last commit

This commit is contained in:
Deon George 2020-05-22 17:26:45 +10:00
parent ad59b290d7
commit e0ab37bd34

View File

@ -29,6 +29,6 @@ deploy:x86_64:
only: only:
- master - master
script: script:
- reprepro.exp -- -b /apt includedeb ${DISRO} build/${CI_PROJECT_NAME}_${VERSION}*.deb build/${CI_PROJECT_NAME}-common_${VERSION}*.deb - reprepro.exp -- -b /apt includedeb ${DISTRO} build/${CI_PROJECT_NAME}_${VERSION}*.deb build/${CI_PROJECT_NAME}-common_${VERSION}*.deb
tags: tags:
- reprepro - reprepro