Skip to content

Commit e031fae

Browse files
Muhammad Faraz  MaqsoodMuhammad Faraz  Maqsood
authored andcommitted
Chore: Change XQUEUE_REPOSITORY_VERSION to master
Change XQUEUE_REPOSITORY_VERSION to master as a temporary fix to unblock tutor ulmo release becasue https://github.com/openedx/xqueue has release an ulmo branch.
1 parent 0aba3fd commit e031fae

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- [Chore] Change XQUEUE_REPOSITORY_VERSION to master as a temporary fix to unblock tutor ulmo release. (by @Faraz32123)

tutorxqueue/plugin.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@
2828
"MYSQL_DATABASE": "xqueue",
2929
"MYSQL_USERNAME": "xqueue",
3030
"REPOSITORY": "https://github.com/openedx/xqueue",
31-
"REPOSITORY_VERSION": "{{ OPENEDX_COMMON_VERSION }}",
31+
# TODO: revert REPOSITORY_VERSION to "{{ OPENEDX_COMMON_VERSION }}"
32+
# once openedx/xqueue has released an ulmo branch
33+
"REPOSITORY_VERSION": "master",
3234
},
3335
"unique": {
3436
"AUTH_PASSWORD": "{{ 8|random_string }}",

0 commit comments

Comments
 (0)