]> source.dussan.org Git - vaadin-framework.git/commitdiff
Specify branch also for Sampler
authorArtur Signell <artur@vaadin.com>
Tue, 20 Sep 2016 19:40:49 +0000 (22:40 +0300)
committerArtur Signell <artur@vaadin.com>
Tue, 20 Sep 2016 19:40:52 +0000 (22:40 +0300)
Although sampler is pre cloned, the script still tries to
mess with the defined branch (master is not found in the cloned
repo)

Change-Id: I91f31fe0a276221cc357cf0678759ad4125c518e

scripts/BuildDemos.py

index aafd9227f1cc2ce3b1828adb30d567812f22907f..6f46add3742817be207ee8d931b185f1a81b4646 100644 (file)
@@ -20,7 +20,7 @@ demos = {
        "parking" : ("https://github.com/vaadin/parking-demo.git", "7.7"),
        "addressbook" : ("https://github.com/vaadin/addressbook.git", "7.7"),
        "grid-gwt" : ("https://github.com/vaadin/grid-gwt.git", "7.7"),
-       "sampler" : "demos/sampler"
+       "sampler" : ("demos/sampler", "7.7")
 #      "my-demo" : ("my_demo_url_or_path", "my-demo-dev-branch")
 }