commit | db9f13896f626192f5235316bf291e3c37bccd5f | [log] [tgz] |
---|---|---|
author | chnyda <chnyda@mirantis.com> | Fri Apr 21 15:44:47 2017 +0200 |
committer | chnyda <chnyda@mirantis.com> | Fri Apr 21 15:44:47 2017 +0200 |
tree | b4de009b58aa7e016ff64109eac97af824b99cb6 | |
parent | f8a0e0f40bf91d32c71679c8de8db90c7e41e63d [diff] |
fix path for upload Change-Id: I447b7ca2f4a62c0abb694e125d2c5ae99ee295be
diff --git a/build-debian-packages-telegraf.groovy b/build-debian-packages-telegraf.groovy index add6644..3130957 100644 --- a/build-debian-packages-telegraf.groovy +++ b/build-debian-packages-telegraf.groovy
@@ -68,7 +68,7 @@ def debFile = debFilesArray[i]; buildSteps[debFiles[i]] = aptly.uploadPackageStep( - "${workspace}/${workingDir}/telegraf/build/"+debFile, + "${workspace}/"+debFile, APTLY_URL, APTLY_REPO, true