Skip to content

Commit

Permalink
Now hush
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingface0 committed Jul 14, 2023
1 parent 7647fd2 commit 81ffda1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Dependencies
continue-on-error: true
run: |
git config --global url."https://${{ secrets.CERN_GITLAB_USER }}:${{ secrets.CERN_GITLAB_TOKEN }}@gitlab.cern.ch".insteadOf https://gitlab.cern.ch
git config --global url."https://${{ secrets.CERN_GITLAB_USER }}:${{ secrets.CERN_GITLAB_TOKEN }}@gitlab.cern.ch".insteadOf https://gitlab.cern.ch
Expand All @@ -47,7 +46,7 @@ jobs:
cd django-allauth
git checkout 77368a8
wget https://github.com/pennersr/django-allauth/compare/main...nothingface0:django-allauth:fix_cern_sso.patch --output-document=patch
result=$(git apply patch --reject)
git apply patch --reject || true
cd ..
pip install -r requirements.txt
Expand Down

0 comments on commit 81ffda1

Please sign in to comment.