Commit 7f4b4faa by Feanil Patel

Use absolute paths instead of relative paths.

parent d4250d46
...@@ -61,9 +61,9 @@ fi ...@@ -61,9 +61,9 @@ fi
export PYTHONUNBUFFERED=1 export PYTHONUNBUFFERED=1
cd configuration cd $WORKSPACE/configuration
configuration=`git rev-parse --short HEAD` configuration=`git rev-parse --short HEAD`
cd .. cd $WORKSPACE
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