Commit 125a73d0 by Feanil Patel

Always grab the revisions from the repos.

parent 1f136b42
......@@ -61,17 +61,13 @@ fi
export PYTHONUNBUFFERED=1
if [[ -z $configuration ]]; then
cd configuration
configuration=`git rev-parse HEAD`
cd ..
fi
cd configuration
configuration=`git rev-parse --short HEAD`
cd ..
if [[ -z $configuration_secure ]]; then
cd configuration-secure
configuration_secure=`git rev-parse HEAD`
cd ..
fi
cd configuration-secure
configuration_secure=`git rev-parse --short HEAD`
cd ..
base_params=""
if [[ -n "$base_ami" ]]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment