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
1 changed files with 1 additions and 1 deletions

View File

@ -29,6 +29,6 @@ deploy:x86_64:
only:
- master
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:
- reprepro