You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by du...@apache.org on 2017/09/25 14:41:23 UTC

[incubator-openwhisk-website] branch master updated: fetch asf-site branch before creating commit (#246)

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

dubeejw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 6e4866b  fetch asf-site branch before creating commit (#246)
6e4866b is described below

commit 6e4866be2105c75d1a089ebf6cc52bf7cb38bbf5
Author: Carlos Santana <cs...@gmail.com>
AuthorDate: Mon Sep 25 10:41:22 2017 -0400

    fetch asf-site branch before creating commit (#246)
---
 tools/jenkins/website_build.groovy | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tools/jenkins/website_build.groovy b/tools/jenkins/website_build.groovy
index 11f0eeb..ab85428 100644
--- a/tools/jenkins/website_build.groovy
+++ b/tools/jenkins/website_build.groovy
@@ -35,9 +35,12 @@ node("git-websites") {
     git config -l --global
     git stash
     git status
+    git remote -v
+    git fetch origin
     git checkout asf-site
+    git log asf-site -3
     git status
-    rm -rf /tmp/_site 
+    rm -rf /tmp/_site
     mv _site /tmp/
     rm -rf *
     git status

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].