You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2017/10/09 17:41:44 UTC

beam git commit: Fix typo in nightly release script

Repository: beam
Updated Branches:
  refs/heads/master eac561f59 -> ec1782c18


Fix typo in nightly release script


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/ec1782c1
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/ec1782c1
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/ec1782c1

Branch: refs/heads/master
Commit: ec1782c1897fbdff4efc536485aac5eb858b9918
Parents: eac561f
Author: Kenneth Knowles <kl...@google.com>
Authored: Mon Oct 9 10:41:29 2017 -0700
Committer: Kenneth Knowles <kl...@google.com>
Committed: Mon Oct 9 10:41:29 2017 -0700

----------------------------------------------------------------------
 .test-infra/jenkins/job_beam_Release_NightlySnapshot.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/ec1782c1/.test-infra/jenkins/job_beam_Release_NightlySnapshot.groovy
----------------------------------------------------------------------
diff --git a/.test-infra/jenkins/job_beam_Release_NightlySnapshot.groovy b/.test-infra/jenkins/job_beam_Release_NightlySnapshot.groovy
index 394a0c4..2e3b142 100644
--- a/.test-infra/jenkins/job_beam_Release_NightlySnapshot.groovy
+++ b/.test-infra/jenkins/job_beam_Release_NightlySnapshot.groovy
@@ -46,7 +46,7 @@ mavenJob('beam_Release_NightlySnapshot') {
 
   // Maven goals for this job.
   goals('''\
-      clean deploy
+      clean deploy \
       --batch-mode \
       --errors \
       -P release,dataflow-runner \