Skip to content

Commit

Permalink
fix permission
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinchai committed Mar 28, 2024
1 parent f433076 commit 783e6ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ settings/
workdir/
scratch/

# Ignore dynamic pages
webui/pages/1_*.py
webui/pages/2_*.py
webui/pages/scratch.py
webui/pages/

mock/autograder/

Expand Down
1 change: 1 addition & 0 deletions static/GRADESCOPE_TEMPLATE/source/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ else
fi

cd /autograder/source
chmod +x ./setup.sh
./setup.sh
python3 scripts/setup.py

0 comments on commit 783e6ef

Please sign in to comment.