Skip to content

Commit

Permalink
Fix git workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
meomancer committed Sep 25, 2024
1 parent 1502ca7 commit e9a0c06
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name: Tests

on:
push:
branches: [ main, version-2.0.0 ]
branches: [ main ]
pull_request:
branches: [ main ]

Expand Down
10 changes: 5 additions & 5 deletions django_project/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ echo "STARTING DJANGO ENTRYPOINT $(date)"
echo "-----------------------------------------------------"

# Run NPM
#cd /home/web/django_project/frontend
#echo "npm install"
#npm install --verbose
#echo "npm build"
#npm run build
cd /home/web/django_project/frontend
echo "npm install"
npm install --verbose
echo "npm build"
npm run build

# Run initialization
cd /home/web/django_project
Expand Down

0 comments on commit e9a0c06

Please sign in to comment.