Skip to content

Commit c8d5844

Browse files
authored
Merge pull request #77 from Rocket-Quack/fix/v16-ci-pipeline-branch-names
fix: v16 branch name for pipeline
2 parents b98be60 + 39ffb3c commit c8d5844

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-v16.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@ jobs:
8787
- name: Setup
8888
run: |
8989
pip install frappe-bench
90-
bench init --frappe-branch version-16-beta --skip-redis-config-generation --skip-assets --python "$(which python)" ~/frappe-bench
90+
bench init --frappe-branch version-16 --skip-redis-config-generation --skip-assets --python "$(which python)" ~/frappe-bench
9191
mariadb --host 127.0.0.1 --port 3306 -u root -proot -e "SET GLOBAL character_set_server = 'utf8mb4'"
9292
mariadb --host 127.0.0.1 --port 3306 -u root -proot -e "SET GLOBAL collation_server = 'utf8mb4_unicode_ci'"
9393
9494
- name: Install
9595
working-directory: /home/runner/frappe-bench
9696
run: |
97-
bench get-app --branch version-16-beta erpnext
97+
bench get-app --branch version-16 erpnext
9898
bench get-app erpnext_tse $GITHUB_WORKSPACE
9999
bench setup requirements --dev
100100
bench new-site --db-root-password root --admin-password admin test_site
@@ -103,8 +103,8 @@ jobs:
103103
bench build
104104
env:
105105
CI: 'Yes'
106-
107-
- name: Migrate
106+
107+
- name: Migrate
108108
working-directory: /home/runner/frappe-bench
109109
run: |
110110
bench --site test_site migrate

0 commit comments

Comments
 (0)