aboutsummaryrefslogtreecommitdiff
path: root/96boards-hikey-mainline-rebase.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-11-17 08:31:19 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2016-11-17 08:31:19 +0200
commit5849d434cb685a9d49727df0c66e14ef6733c090 (patch)
tree75295decd10912dcd233ba331ef2b6dfd8745764 /96boards-hikey-mainline-rebase.yaml
parent19d508b0396caf872cb5d66eb73c5bcafddc7826 (diff)
96boards-hikey-mainline-rebase: move publishing to its own step
Change-Id: I972a2c2c418a15d34daebbb716fef3f6c31bcc58 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to '96boards-hikey-mainline-rebase.yaml')
-rw-r--r--96boards-hikey-mainline-rebase.yaml9
1 files changed, 6 insertions, 3 deletions
diff --git a/96boards-hikey-mainline-rebase.yaml b/96boards-hikey-mainline-rebase.yaml
index 0f9f617092..a5e8791d69 100644
--- a/96boards-hikey-mainline-rebase.yaml
+++ b/96boards-hikey-mainline-rebase.yaml
@@ -33,8 +33,6 @@
- build-name:
name: '#${BUILD_NUMBER}-${GIT_REVISION,length=8}'
builders:
- - linaro-publish-token:
- host: builds.96boards.org
- shell: |
#!/bin/bash
@@ -47,7 +45,6 @@
cd ${WORKSPACE}
sudo kpartx -dv out/hikey-jessie_*.img || true
rm -rf builddir*
- rm -rf out
}
sudo apt-get update
@@ -236,6 +233,10 @@
# Create MD5SUMS file
(cd out && md5sum * > MD5SUMS.txt)
+ - linaro-publish-token:
+ host: builds.96boards.org
+ - shell: |
+ #!/bin/bash
# Publish
test -d ${HOME}/bin || mkdir ${HOME}/bin
@@ -246,6 +247,8 @@
--build-info out/BUILD-INFO.txt \
--link-latest \
out snapshots/hikey/community/hikey-mainline-rebase/${BUILD_NUMBER}
+
+ rm -rf out
publishers:
- email:
recipients: 'fathi.boudra@linaro.org guodong.xu@linaro.org'