Skip to content

Commit

Permalink
build: init codejail plugin before building
Browse files Browse the repository at this point in the history
  • Loading branch information
martibosch committed Aug 15, 2024
1 parent 5d7931d commit fe9300b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,16 @@ jobs:
run: |
tutor config save --set DOCKER_IMAGE_OPENEDX=${DOCKER_IMAGE_OPENEDX_REPOSITORY}:${REPOSITORY_TAG_OPENEDX}
- name: install and enable codejail plugin
id: tutor-codejail-plugin
shell: bash
run: |
pip install git+https://github.com/edunext/[email protected]
tutor plugins enable codejail
tutor config save
# run the initialization jobs to install the required AppArmor profile
tutor local do init --limit codejail
- name: set tutor-dependent environment variables
shell: bash
run: |
Expand Down

0 comments on commit fe9300b

Please sign in to comment.