diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-12-11 14:42:16 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-12-11 14:42:16 +0100 |
commit | 4eee17419ee0b7976a430bc270e6ddfafb819129 (patch) | |
tree | 39a95ca24c071b9401fa61a543a7c4f13c74eb30 /jjb | |
parent | 037ec99552fe522f8196f36a1a6d0f5d056c0ce1 (diff) |
Pull script from ci-management
Change-Id: I1a047cab0e50a27b2880b005961379bd3ca5deea
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/daily-jjb-doc-multiversion-update/include-doc-multiversion-update.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jjb/daily-jjb-doc-multiversion-update/include-doc-multiversion-update.sh b/jjb/daily-jjb-doc-multiversion-update/include-doc-multiversion-update.sh index cb2cef74..a9ee20a9 100644 --- a/jjb/daily-jjb-doc-multiversion-update/include-doc-multiversion-update.sh +++ b/jjb/daily-jjb-doc-multiversion-update/include-doc-multiversion-update.sh @@ -16,6 +16,8 @@ trap "rm -rf $WORKSPACE/setupdocs.sh $TMPDIR" STOP INT QUIT EXIT # setupdocs is already imported from automotive-grade-linux/docs-webtemplate #wget -O $WORKSPACE/setupdocs.sh https://raw.githubusercontent.com/automotive-grade-linux/docs-webtemplate/master/setupdocs.sh +wget -O $WORKSPACE/setupdocs.sh https://git.automotivelinux.org/ci-management/plain/jjb/daily-jjb-doc-multiversion-update/setupdocs.sh + chmod +x $WORKSPACE/setupdocs.sh function gensite() { |