aboutsummaryrefslogtreecommitdiff
path: root/odp-publish.yaml
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2016-01-26 09:58:46 +0100
committerAnders Roxell <anders.roxell@linaro.org>2016-02-01 21:25:26 +0100
commita5f94ecd71c4fc7951ae7a679e0d83513713eaac (patch)
tree1a00f0d33c457d115f8a1968e97e99654664d9fa /odp-publish.yaml
parent30b82ae20536fad2c560fd5e04a8e99aa49e293e (diff)
odp-publish: fix indentation
Change-Id: I16053495ef30dfd6920505611d92250e266c61fa Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Diffstat (limited to 'odp-publish.yaml')
-rw-r--r--odp-publish.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/odp-publish.yaml b/odp-publish.yaml
index a96f28c7c0..fc6f261bfc 100644
--- a/odp-publish.yaml
+++ b/odp-publish.yaml
@@ -117,7 +117,7 @@
test -d ${HOME}/bin || mkdir ${HOME}/bin
wget https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py -O ${HOME}/bin/linaro-cp.py
if [ -d out ]; then
- PUB_DEST=components/lng/odp/odp-publish/${platform_type}/${build_type}/${GIT_BRANCH}/${BUILD_NUMBER}
+ PUB_DEST=components/lng/odp/odp-publish/${platform_type}/${build_type}/${GIT_BRANCH}/${BUILD_NUMBER}
time python ${HOME}/bin/linaro-cp.py --link-latest out ${PUB_DEST}
echo "***************************"
echo "Logs published on http://snapshots.linaro.org/${PUB_DEST}"