FIX: track tests-passed, not master
authorSam <sam.saffron@gmail.com>
Tue, 1 Jul 2014 00:22:44 +0000 (10:22 +1000)
committerSam <sam.saffron@gmail.com>
Tue, 1 Jul 2014 00:22:44 +0000 (10:22 +1000)
samples/standalone.yml
samples/web_only.yml
templates/web.template.yml

index a8d1e2a53bd0ca46448235ab3afa79e16c906896..f89ab6b801880449028496f65c8d75bd746cc74b 100644 (file)
@@ -18,9 +18,10 @@ expose:
   - "80:80"   # fwd host port 80   to container port 80 (http)
   - "2222:22" # fwd host port 2222 to container port 22 (ssh)
 
-params:
+#params:
   ## Which Git revision should this container use?
-  version: HEAD
+  # tests-passed is default
+  # version: tests-passed
 
 env:
   LANG: en_US.UTF-8
index 296ceab3a4dcdbf0306f995c83676d9e0d2f7fba..a1d982ea58a68c466b1500671b022d85b9dfc87e 100644 (file)
@@ -9,8 +9,9 @@ expose:
   - "80:80"
   - "2222:22"
 
-params:
-  version: HEAD
+# tests-passed is default
+#params:
+#  version: tests-passed
 
 # developer emails allow you to fast track account creation on the site
 env:
index 7332366a474a071682ccfd3b38e04d623f0def1a..49a9142e94a0b83696e5c89ef877e62f9c567ed6 100644 (file)
@@ -15,7 +15,7 @@ env:
 
 params:
   # SSH key is required for remote access into the container
-  version: HEAD
+  version: tests-passed
 
   home: /var/www/discourse