Repository: incubator-ariatosca-website Updated Branches: refs/heads/master b53e431b0 -> e1257d3fb
Fixing workdir rm bug Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/commit/e1257d3f Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/tree/e1257d3f Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/diff/e1257d3f Branch: refs/heads/master Commit: e1257d3fb6d3ab130f92ab8424dc7187537d782e Parents: b53e431 Author: arthur <[email protected]> Authored: Wed Sep 6 21:03:06 2017 +0300 Committer: arthur <[email protected]> Committed: Wed Sep 6 21:03:06 2017 +0300 ---------------------------------------------------------------------- build_site.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/e1257d3f/build_site.sh ---------------------------------------------------------------------- diff --git a/build_site.sh b/build_site.sh index 508d9a9..fb49942 100755 --- a/build_site.sh +++ b/build_site.sh @@ -22,7 +22,7 @@ wget -P $WORKDIR $DISTPATH tar -C $WORKDIR -xzf $WORKDIR/$DISTFILE apache-ariatosca-$ARIAVERSION/docs mkdir -p $WORKDIR/_site/docs mv $WORKDIR/apache-ariatosca-$ARIAVERSION/docs $WORKDIR/_site/ -rm -f $WORKDIR/$DISTFILE +#rm -f $WORKDIR/$DISTFILE # Push git checkout asf-site
