From 8dc3c7b7693569ac83857e6fe5cdd9b09ebda7bd Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 10 Apr 2015 07:31:21 +0200 Subject: supporting variables in worker command now --- examples/build_gold_image/biruda.conf | 4 ---- 1 file changed, 4 deletions(-) (limited to 'examples') diff --git a/examples/build_gold_image/biruda.conf b/examples/build_gold_image/biruda.conf index 4b68f1a..ae21ef8 100644 --- a/examples/build_gold_image/biruda.conf +++ b/examples/build_gold_image/biruda.conf @@ -24,8 +24,6 @@ worker example_build_gold execution = direct command = "/bin/sh ./build_centos6.sh ${ARCH}" -# command = "/bin/sh ./build_centos6.sh x86_64" -# command = "/bin/sh ./build_centos6.sh i686" } worker example_run @@ -37,8 +35,6 @@ worker example_run execution = direct command = "/bin/chroot rhel6-${ARCH} /bin/bash -c '/bin/cat /etc/redhat-release'" -# command = "/bin/chroot rhel6-x64 /bin/bash -c '/bin/cat /etc/redhat-release'" -# command = "/bin/chroot rhel6-i686 /bin/bash -c '/bin/cat /etc/redhat-release'" } webserver -- cgit v1.2.3-54-g00ecf