Skip to content

Commit 6f240e2

Browse files
committed
cd into build dir to perform app-related actions
1 parent 6ac1a17 commit 6f240e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/compile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ cd -
100100
ln -s ${elixir_root} /app/elixir
101101
PATH=/app/elixir/bin:$PATH
102102

103+
# Enter build dir to perform app-related actions
104+
cd ${build_dir}
105+
103106
# Unset this var so that if the parent dir is a git repo, it isn't detected
104107
# And all git operations are performed on the respective repos
105108
unset GIT_DIR

0 commit comments

Comments
 (0)