You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by po...@apache.org on 2019/06/04 19:09:58 UTC

[incubator-tamaya-site] branch asf-site updated: TAMAYA-392: Pull before pushing new site

This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-tamaya-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 8600224  TAMAYA-392: Pull before pushing new site
8600224 is described below

commit 8600224350c4d91133cfbd5fed2eaf71274af631
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Tue Jun 4 21:09:28 2019 +0200

    TAMAYA-392: Pull before pushing new site
---
 copy-site.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/copy-site.sh b/copy-site.sh
index e17fec1..ea0e761 100755
--- a/copy-site.sh
+++ b/copy-site.sh
@@ -1,4 +1,6 @@
  #!/bin/bash          
+echo "Requesting upstream changes first"
+git pull
 echo "Copying generated site into current branch ..."
 cp -r ./output/* .
 echo "Do not forget to copy apidocs into ./apidocs before pushing."