From b56a2bd7d4d723acb4697885b98b3c6341b36746 Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 1 Jul 2014 10:22:44 +1000 Subject: [PATCH] FIX: track tests-passed, not master --- samples/standalone.yml | 5 +++-- samples/web_only.yml | 5 +++-- templates/web.template.yml | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/samples/standalone.yml b/samples/standalone.yml index a8d1e2a..f89ab6b 100644 --- a/samples/standalone.yml +++ b/samples/standalone.yml @@ -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 diff --git a/samples/web_only.yml b/samples/web_only.yml index 296ceab..a1d982e 100644 --- a/samples/web_only.yml +++ b/samples/web_only.yml @@ -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: diff --git a/templates/web.template.yml b/templates/web.template.yml index 7332366..49a9142 100644 --- a/templates/web.template.yml +++ b/templates/web.template.yml @@ -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 -- 2.25.1