aboutsummaryrefslogtreecommitdiff
path: root/lite-tf-m.yaml
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2020-08-18 17:45:05 +0300
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2020-08-18 17:49:09 +0300
commit533ef3d770cf738b68dede5b5291a3b8836589ab (patch)
tree155a39b1d984ed6b7bc4cc16f3a71710d1039e44 /lite-tf-m.yaml
parenta95c1453992d8f9feea7a3deef34d7e3e5fef73f (diff)
lite-tf-m: Publish files from a directory.
If publishing individual file, it doesn't get related BUILD-INFO.txt file, and by default not publicly accessible (leads to 403). To get default (public access) BUILD-INFO.txt created, we need to publish out of a dir, due to linaro-cp.py peculiarity. Change-Id: I60db604a4ae0b6d56ef380c9912d30a8e97352fc Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Diffstat (limited to 'lite-tf-m.yaml')
-rw-r--r--lite-tf-m.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lite-tf-m.yaml b/lite-tf-m.yaml
index 6908f22890..4ce42d93dc 100644
--- a/lite-tf-m.yaml
+++ b/lite-tf-m.yaml
@@ -103,13 +103,13 @@
- shell: |
#!/bin/bash
- # Publish
+ # Publish. Need to publish out of a directory to make files publicly accessible.
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 python ${HOME}/bin/linaro-cp.py \
--api_version 3 \
--link-latest \
- tfm_full.hex components/kernel/aeolus-2/tf-m/${BRANCH}/${PLATFORM}/${BUILD_NUMBER}
+ out/ components/kernel/aeolus-2/tf-m/${BRANCH}/${PLATFORM}/${BUILD_NUMBER}
- shell: |
#!/bin/bash -ex