Skip to content

Commit b3bb05a

Browse files
committed
relative directory refs now that this is being run from the project root
1 parent 43f2d61 commit b3bb05a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

build/branch-preview.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
#!/bin/bash
22
# determine the project root
3-
rel_project_root=`dirname ${0%/*}/..`
4-
cd "$rel_project_root/.."
5-
project_root=`pwd`
6-
7-
echo $project_root
8-
9-
output="$project_root/branches"
3+
output="branches"
104
index_page="$output/index.html"
115

126
function log {

0 commit comments

Comments
 (0)