Skip to content

Commit

Permalink
Revert "Try installing and collecting reverse js here"
Browse files Browse the repository at this point in the history
This reverts commit 1b8ae86.
  • Loading branch information
faucomte97 committed Oct 9, 2024
1 parent 1b8ae86 commit 3ba15b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions .github/actions/deploy_gcloud/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,9 @@ runs:
if ! [[ -z $PORTAL_BRANCH ]]; then
pip install -t lib --upgrade "git+https://github.com/ocadotechnology/codeforlife-portal@${PORTAL_BRANCH}#egg=cfl-common&subdirectory=cfl_common"
fi
pip install -t lib django-reverse-js
python generate_requirements.py $REQUIREMENTS_ARGS
./manage.py createstatic_reversejs
./manage.py collectstatic --noinput
./manage.py collectstatic --noinput --settings django_site.pipeline_settings
env:
Expand Down
1 change: 0 additions & 1 deletion generate_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"django-redis==4.11.*",
"google-cloud-logging==1.*",
"google-auth==1.*",
"django-reverse-js==0.1.7"
]
)

Expand Down

0 comments on commit 3ba15b0

Please sign in to comment.