We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd6300 commit d9808e0Copy full SHA for d9808e0
.github/workflows/moodle-ci.yml
@@ -79,6 +79,8 @@ jobs:
79
run: |
80
moodle-plugin-ci add-plugin questionpy-org/moodle-qbehaviour_questionpy --storage extra-plugins
81
cd extra-plugins/moodle-qbehaviour_questionpy
82
+ # The repo is cloned in a way that will only fetch dev, but the commit might not be in dev.
83
+ git config --local remote.origin.fetch '+refs/heads/*:refs/remotes/origin/*'
84
# To move to a specific commit, we need to unshallow the repo (i.e. fetch all commits).
85
git fetch --unshallow
86
git switch --detach "$QBEHAVIOUR_QUESTIONPY_COMMIT"
0 commit comments