Skip to content

Commit bc8d2ec

Browse files
wip
1 parent 3496e7b commit bc8d2ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ else
102102
cd $CLONE_DIR
103103
git remote add origin $REPO
104104
git config core.sparsecheckout true
105-
echo ".codefresh/*" >> .git/info/sparse-checkout
105+
echo "$SOURCE/*" >> .git/info/sparse-checkout
106106
git pull --depth=1 origin master
107107
else
108108
# Clone a fresh copy

0 commit comments

Comments
 (0)