aboutsummaryrefslogtreecommitdiff
path: root/odp-publish.yaml
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2016-05-23 08:44:33 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2016-05-23 09:16:16 +0000
commit28c315d1fa0d683119cecd707893ade960ff23d9 (patch)
tree43dc4315d1601b1da70e233621ed828daee815f0 /odp-publish.yaml
parent3e060a8ea09bcb872265a291ae392b5d094efc6f (diff)
odp-publish*: fix ln path to target
Change-Id: I7f24905913c5e905d3d4f3f2f6060d9a742131e7 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 a793c56432..203a8254f5 100644
--- a/odp-publish.yaml
+++ b/odp-publish.yaml
@@ -147,7 +147,7 @@
cd /srv/docs.opendataplane.org
mkdir -p snapshots/${JOB_NAME}/${BUILD_NUMBER}/${GIT_BRANCH}
cp -a incoming/${JOB_NAME}/${BUILD_NUMBER}/${GIT_BRANCH}/${build_type_dir} snapshots/${JOB_NAME}/${BUILD_NUMBER}/${GIT_BRANCH}
- ln -sf snapshots/${JOB_NAME}/${BUILD_NUMBER} snapshots/${JOB_NAME}/latest
+ ln -sf $(pwd)/snapshots/${JOB_NAME}/${BUILD_NUMBER} snapshots/${JOB_NAME}/latest
rm -rf incoming/${JOB_NAME}/${BUILD_NUMBER}
timeout: 120000
remove-prefix: 'check-odp/publishing'