pritidesai closed pull request #281: making dir openwhisk and added dir listing
URL: https://github.com/apache/incubator-openwhisk-website/pull/281
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/tools/jenkins/website_build.groovy 
b/tools/jenkins/website_build.groovy
index c58beed..c4cd5e7 100644
--- a/tools/jenkins/website_build.groovy
+++ b/tools/jenkins/website_build.groovy
@@ -41,11 +41,14 @@ node("git-websites") {
     git checkout asf-site
     git log asf-site -3
     git status
-    rm -rf /tmp/_site
-    mv _site /tmp/
+    mkdir -p /tmp/openwhisk/
+    rm -rf /tmp/openwhisk/_site
+    mv _site /tmp/openwhisk/
+    ls -l /tmp/openwhisk/_site/
     rm -rf *
     git status
-    mv /tmp/_site/* .
+    mv /tmp/openwhisk/_site/* .
+    ls -l .
     git status
     git diff
     git add .
@@ -58,4 +61,4 @@ node("git-websites") {
     '''
   }
 
-}
\ No newline at end of file
+}


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to