aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-linux
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linaro.org>2019-03-04 16:24:49 -0600
committerAníbal Limón <anibal.limon@linaro.org>2019-03-04 16:24:49 -0600
commita1a3c62a7f49a467f913d893baa08922575b25dd (patch)
treee641ff82e8219352192b15822aba8401b0da2eac /lt-qcom-linux
parentb9368cc70391c945edfaa35ba57aece42253dd4d (diff)
Revert "lt-qcom-linux-build.yaml: Publish builds by branch name"
This reverts commit 5be6be8296f5e8902f462a2a7ddd44df50a361eb. Not useful when looking to the last succesful build. Change-Id: Ide45c17d263658c33765d2fa3489d503fc3be8cd
Diffstat (limited to 'lt-qcom-linux')
-rw-r--r--lt-qcom-linux/build-kernel.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/lt-qcom-linux/build-kernel.sh b/lt-qcom-linux/build-kernel.sh
index 75a5eb67..b4539b4d 100644
--- a/lt-qcom-linux/build-kernel.sh
+++ b/lt-qcom-linux/build-kernel.sh
@@ -58,7 +58,3 @@ cp build/arch/$ARCH/boot/Image* ${WORKSPACE}/out
(cd build/arch/$ARCH/boot/dts && cp -a --parents $(find . -name *.dtb) ${WORKSPACE}/out/dtbs)
popd
-
-# publish builds by branch
-BRANCH_NAME_URL=$(echo ${KERNEL_BRANCH} | sed -e 's/[^A-Za-z0-9._-]/_/g')
-echo "PUB_DEST=member-builds/qcomlt/kernel/${BRANCH_NAME_URL}/${BUILD_NUMBER}" > pub_dest_parameters