Skip to content

Commit 3a302d5

Browse files
committed
Should cd into build_dir
1 parent 120f8ed commit 3a302d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/compile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ mv "elixir-${elixir_version}" ${elixir_root}
7676
(
7777
set -e
7878

79-
echo "Building Elixir ${elixir_version}"
79+
echo "-----> Building Elixir ${elixir_version}"
8080
cd ${elixir_root}
8181
make > /dev/null
8282
)
@@ -85,7 +85,7 @@ ln -s ${elixir_root} /app/elixir
8585
PATH=/app/elixir/bin:$PATH
8686

8787
echo `pwd`
88-
cd /app
88+
cd ${build_dir}
8989
echo `pwd`
9090

9191
echo "-----> Fetching app dependencies"

0 commit comments

Comments
 (0)