Skip to content

Commit

Permalink
ci(temp): use develop branch for frappe and erpnext
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchamahabal committed Jun 26, 2023
1 parent b4fcec2 commit fff0eea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
run: |
bash ${GITHUB_WORKSPACE}/.github/helper/install.sh
env:
BRANCH_TO_CLONE: ${{ env.HR_BRANCH }}
BRANCH_TO_CLONE: develop


- name: Run Tests
Expand Down
2 changes: 1 addition & 1 deletion hrms/www/hrms.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

def get_context(context):
csrf_token = frappe.sessions.get_csrf_token()
frappe.db.commit()
frappe.db.commit() # nosemgrep
context.csrf_token = csrf_token

0 comments on commit fff0eea

Please sign in to comment.