File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 29
29
needs-python : ${{ true }}
30
30
needs-node : ${{ false }}
31
31
- name : Licenses
32
- command : make licenses BINDIR="$(dirname $(which python))"
32
+ command : bin/ licenses
33
33
needs-python : ${{ true }}
34
34
needs-node : ${{ false }}
35
35
- name : Translations
Original file line number Diff line number Diff line change @@ -89,7 +89,9 @@ docs: .state/docker-build
89
89
bin/docs
90
90
91
91
licenses :
92
- bin/licenses
92
+ docker-compose run --rm web env -i ENCODING=" C.UTF-8" \
93
+ PATH=" /opt/warehouse/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" \
94
+ bin/licenses
93
95
94
96
deps : .state/docker-build
95
97
docker-compose run --rm web env -i ENCODING=" C.UTF-8" \
Original file line number Diff line number Diff line change @@ -10,8 +10,11 @@ for fn in $(find . -type f \( \
10
10
! -name " *.min.js" \
11
11
-name " *.js" \) \
12
12
! -path " ./.state*" \
13
- ! -path " ./node_modules *" \
13
+ ! -path " ./docs *" \
14
14
! -path " ./htmlcov*" \
15
+ ! -path " ./node_modules*" \
16
+ ! -path " ./warehouse/admin/static/dist*" \
17
+ ! -path " ./warehouse/static/dist*" \
15
18
! -path " ./warehouse/static/html*" \
16
19
! -path " ./warehouse/static/js/vendor*" ) ; do
17
20
# Check for license in first 5 lines (allows for shebang, encoding and handles comment character in various languages)
You can’t perform that action at this time.
0 commit comments