Remove commented line from provision.sh

This commit is contained in:
Evgeniy L 2015-10-27 16:55:08 +03:00 committed by Sebastian Kalinowski
parent f7832feb53
commit 2edd7b09de

View File

@ -6,5 +6,5 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# TODO should be a way to render configs, in order to do this
# we should have scripts dir variable passed from above
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