From 1a58daf495070de42840b00e05b860c156d836ef Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 31 Jul 2014 17:41:25 -0400 Subject: [PATCH] Avoid the Neil error --- samples/standalone.yml | 2 +- samples/web_only.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/standalone.yml b/samples/standalone.yml index 70b1c8e..a9c3497 100644 --- a/samples/standalone.yml +++ b/samples/standalone.yml @@ -19,7 +19,7 @@ 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? (default: tests-passed) #version: tests-passed diff --git a/samples/web_only.yml b/samples/web_only.yml index a1d982e..bc093b2 100644 --- a/samples/web_only.yml +++ b/samples/web_only.yml @@ -10,7 +10,7 @@ expose: - "2222:22" # tests-passed is default -#params: +params: # version: tests-passed # developer emails allow you to fast track account creation on the site -- 2.25.1