Skip to content

Commit

Permalink
fix: lint; workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Gowtham1729 committed Nov 3, 2023
1 parent 9646d1e commit d76a85a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
git diff
git add infrastructure/k8s/folio-feed-helm/values.yaml
git commit -m "backend image update: $GITHUB_SHA"
git push origin main
git push https://${{ secrets.PAT_TOKEN }}@github.com/Gowtham1729/folio-feed.git main
2 changes: 1 addition & 1 deletion .github/workflows/build-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
git diff
git add infrastructure/k8s/folio-feed-helm/values.yaml
git commit -m "frontend image update: $GITHUB_SHA"
git push origin main
git push https://${{ secrets.PAT_TOKEN }}@github.com/Gowtham1729/folio-feed.git main
1 change: 0 additions & 1 deletion applications/backend/django_server/django_server/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@

def healthz(request):
return JsonResponse({"status": "ok"})

2 changes: 1 addition & 1 deletion applications/backend/django_server/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def main():
"available on your PYTHONPATH environment variable? Did you "
"forget to activate a virtual environment?"
) from exc

execute_from_command_line(sys.argv)


Expand Down

0 comments on commit d76a85a

Please sign in to comment.