Skip to content

Commit a502d36

Browse files
committed
Jenkins: Change Kolibri WHL URL to v0.16.0-alpha12
https://phabricator.endlessm.com/T34559
1 parent 1ae5521 commit a502d36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pipeline {
1212
// URL for the Kolibri wheel to include.
1313
// FIXME: It would be nice to cache this somehow.
1414
// FIXME: Go back to use an official release once that happens on GitHub for 0.16.
15-
KOLIBRI_WHL_URL = 'https://github.com/endlessm/kolibri-explore-plugin/releases/download/v5.8.0/kolibri-0.16.0.dev0+git.20220928203123-py2.py3-none-any.whl'
15+
KOLIBRI_WHL_URL = 'https://github.com/learningequality/kolibri/releases/download/v0.16.0-alpha12/kolibri-0.16.0a12-py2.py3-none-any.whl'
1616

1717
// Both p4a and gradle cache outputs in the home directory.
1818
// Point it inside the workspace.

0 commit comments

Comments
 (0)