diff options
Diffstat (limited to 'scripts/upload.sh')
-rwxr-xr-x | scripts/upload.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upload.sh b/scripts/upload.sh index e59a3f6..a30cc32 100755 --- a/scripts/upload.sh +++ b/scripts/upload.sh | |||
@@ -24,7 +24,7 @@ set -x | |||
24 | set -e | 24 | set -e |
25 | 25 | ||
26 | RELEASE=$(grep PV ../sources/meta-qt5/recipes-qt/qt5/qt5-git.inc | grep -o [0-9.]*) | 26 | RELEASE=$(grep PV ../sources/meta-qt5/recipes-qt/qt5/qt5-git.inc | grep -o [0-9.]*) |
27 | UPLOADPATH=QT@ci-files02-hki.ci.local:/srv/jenkins_data/enterprise/b2qt/yocto/${RELEASE}/ | 27 | UPLOADPATH=QT@ci-files02-hki.intra.qt.io:/srv/jenkins_data/enterprise/b2qt/yocto/${RELEASE}/ |
28 | 28 | ||
29 | if [ -e tmp/deploy/images/${MACHINE}/b2qt-${PROJECT}-qt5-image-${MACHINE}.hdd ]; then | 29 | if [ -e tmp/deploy/images/${MACHINE}/b2qt-${PROJECT}-qt5-image-${MACHINE}.hdd ]; then |
30 | 7z a -l b2qt-${PROJECT}-qt5-image-${MACHINE}.7z \ | 30 | 7z a -l b2qt-${PROJECT}-qt5-image-${MACHINE}.7z \ |