aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-02-24 15:39:55 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-02-24 15:39:55 -0800
commitd14d1033879bbb3e8e757dfb39d78fba6d93e144 (patch)
treee37531e5870b24866521915638bc00b7ed14fb07 /templates
parent06c2b70680f316401b18955e6ed9e0368be0a0b8 (diff)
Use env-var for post git step
Diffstat (limited to 'templates')
-rw-r--r--templates/tools/dockerfile/test/cxx_squeeze_x64/Dockerfile.template3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/tools/dockerfile/test/cxx_squeeze_x64/Dockerfile.template b/templates/tools/dockerfile/test/cxx_squeeze_x64/Dockerfile.template
index ba8f03862c..49371aaa3b 100644
--- a/templates/tools/dockerfile/test/cxx_squeeze_x64/Dockerfile.template
+++ b/templates/tools/dockerfile/test/cxx_squeeze_x64/Dockerfile.template
@@ -40,7 +40,8 @@
RUN pip install argparse
RUN wget ${openssl_fallback.base_uri + openssl_fallback.tarball}
- ADD post-git-setup.sh /
+
+ ENV POST_GIT_STEP tools/dockerfile/test/cxx_squeeze_x64/post-git-setup.sh
<%include file="../../run_tests_addons.include" args="skip_zookeeper=True"/>
# Define the default command.