[ 
https://issues.apache.org/jira/browse/BEAM-4496?focusedWorklogId=145717&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-145717
 ]

ASF GitHub Bot logged work on BEAM-4496:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 19/Sep/18 16:48
            Start Date: 19/Sep/18 16:48
    Worklog Time Spent: 10m 
      Work Description: swegner commented on a change in pull request #6431: 
[BEAM-4496] Website merge
URL: https://github.com/apache/beam/pull/6431#discussion_r218880132
 
 

 ##########
 File path: website/build.gradle
 ##########
 @@ -104,3 +106,32 @@ task testWebsite(type: Exec) {
 task preCommit {
   dependsOn testWebsite
 }
+
+task mergeWebsite << {
+  /* Disabled for now, for testing
+  exec {
+    executable 'git'
+    args 'checkout', 'asf-site'
+  }
+  copy {
+    from contentBuildDir
+    into contentRepoDir
+  }
+  exec {
+    executable 'git'
+    args 'add', contentRepoDir
+  }
+  exec {
+    executable 'git'
+    args 'commit', '-m', 'Update website ' + new Date().format('yyyy/MM/dd 
HH:mm:ss')
+  }
+  exec {
+    executable 'git'
+    args 'push', 'origin', 'asf-site'
+  }
+  */
+  println "Successful test of mergeWebsite"
 
 Review comment:
   Remove / reword before merging

----------------------------------------------------------------
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


Issue Time Tracking
-------------------

    Worklog Id:     (was: 145717)

> Create Jenkins job to push generated HTML to asf-site branch
> ------------------------------------------------------------
>
>                 Key: BEAM-4496
>                 URL: https://issues.apache.org/jira/browse/BEAM-4496
>             Project: Beam
>          Issue Type: Sub-task
>          Components: build-system, website
>            Reporter: Scott Wegner
>            Assignee: Scott Wegner
>            Priority: Major
>              Labels: beam-site-automation-reliability
>          Time Spent: 2h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to