correct variable for artifact upload

This commit is contained in:
MaCXyLo oLyXCaM 2019-12-05 00:44:55 +01:00
parent 65632141c1
commit 65a9651f52
2 changed files with 3 additions and 4 deletions

View File

@ -130,4 +130,3 @@ vm-nogui:
extends:
- .template
- .tar_option

View File

@ -3,11 +3,11 @@ stages:
.tar_option:
after_script:
- tar -cvhf $upload2Path.tar ./$upload2Path
- tar -cvhf $uploadPath.tar ./$uploadPath
artifacts:
name: "$uploadPath"
paths:
- ./$uploadPath.tar
- $uploadPath.tar
.template:
only:
@ -26,4 +26,4 @@ stages:
artifacts:
name: "$uploadPath"
paths:
- ./$uploadPath
- $uploadPath