Remove commented line from provision.sh
This commit is contained in:
parent
f7832feb53
commit
2edd7b09de
@ -6,5 +6,5 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|||||||
# TODO should be a way to render configs, in order to do this
|
# TODO should be a way to render configs, in order to do this
|
||||||
# we should have scripts dir variable passed from above
|
# we should have scripts dir variable passed from above
|
||||||
sed -i "s|<ROOT>|${DIR}|" "${DIR}"/templates/agent.config
|
sed -i "s|<ROOT>|${DIR}|" "${DIR}"/templates/agent.config
|
||||||
#provision --input_data_file "${DIR}"/templates/provisioning.json --config-file "${DIR}"/templates/agent.config
|
|
||||||
provision --input_data_file "${DIR}"/templates/provisioning_new.json --config-file "${DIR}"/templates/agent.config --data_driver nailgun_simple
|
provision --data_driver nailgun_simple --input_data_file "${DIR}"/templates/provisioning.json --config-file "${DIR}"/templates/agent.config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user