Commit 125a73d0 by Feanil Patel

Always grab the revisions from the repos.

parent 1f136b42
...@@ -61,17 +61,13 @@ fi ...@@ -61,17 +61,13 @@ fi
export PYTHONUNBUFFERED=1 export PYTHONUNBUFFERED=1
if [[ -z $configuration ]]; then cd configuration
cd configuration configuration=`git rev-parse --short HEAD`
configuration=`git rev-parse HEAD` cd ..
cd ..
fi
if [[ -z $configuration_secure ]]; then cd configuration-secure
cd configuration-secure configuration_secure=`git rev-parse --short HEAD`
configuration_secure=`git rev-parse HEAD` cd ..
cd ..
fi
base_params="" base_params=""
if [[ -n "$base_ami" ]]; then 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