We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c97f928 + 9df76c1 commit 5852461Copy full SHA for 5852461
1 file changed
ci/setup-cfengine-build-host.sh
@@ -2,6 +2,11 @@
2
shopt -s expand_aliases
3
thisdir="$(dirname "$0")"
4
5
+# handle env cfengine_role
6
+if [ -n "$cfengine_role" ]; then
7
+ touch /etc/cfengine-"$cfengine_role".flag
8
+fi
9
+
10
# install needed packages and software for a build host
11
set -e
12
if [ "$(id -u)" != "0" ]; then
0 commit comments