Skip to content

Commit 91b9c1d

Browse files
committed
ci: use my repo for debugging
1 parent f5cb389 commit 91b9c1d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/helper/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ frappecommitish=${FRAPPE_BRANCH:-$githubbranch}
1717
mkdir frappe
1818
pushd frappe
1919
git init
20-
git remote add origin "https://github.com/${frappeuser}/frappe"
20+
git remote add origin "https://github.com/ruthra-kumar/frappe"
2121
git fetch origin "${frappecommitish}" --depth 1
22-
git checkout FETCH_HEAD
22+
git checkout print_on_commit
2323
popd
2424

2525
bench init --skip-assets --frappe-path ~/frappe --python "$(which python)" frappe-bench

0 commit comments

Comments
 (0)