Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
temp: use kdmccormick's edx-platform branch
Browse files Browse the repository at this point in the history
that branch has scripts which are necessary for
this PR to make it through CI.

will delete this commit before merging
  • Loading branch information
kdmccormick committed Dec 23, 2021
1 parent 95def88 commit 28fe63c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/provisioning-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ jobs:
echo 'USE_EXPERIMENTAL_CREDENTIALS_IMAGE = 1' >> options.local.mk
if: ${{ matrix.which-images == 'experimental' }}

- name: TEMP check out kyle's branch of edx-platform
run: |
cd /tmp/edx-platform
git remote set-branches origin '*'
git fetch -v
git checkout kdmccormick/docker
- name: provision
run: make dev.provision.${{matrix.services}}

Expand Down

0 comments on commit 28fe63c

Please sign in to comment.