aboutsummaryrefslogtreecommitdiff
path: root/leg-virt-tianocore-edk2-upstream/publish.sh
diff options
context:
space:
mode:
Diffstat (limited to 'leg-virt-tianocore-edk2-upstream/publish.sh')
-rw-r--r--leg-virt-tianocore-edk2-upstream/publish.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/leg-virt-tianocore-edk2-upstream/publish.sh b/leg-virt-tianocore-edk2-upstream/publish.sh
new file mode 100644
index 0000000000..85f7b9960e
--- /dev/null
+++ b/leg-virt-tianocore-edk2-upstream/publish.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+test -d ${HOME}/bin || mkdir ${HOME}/bin
+
+wget -q https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py -O ${HOME}/bin/linaro-cp.py
+
+time python3 ${HOME}/bin/linaro-cp.py \
+ --link-latest \
+ $WORKSPACE/out/ \
+ components/kernel/${JOB_NAME}/${BUILD_NUMBER}