forked from AlmightyHak/extensions-source
Update .github/workflows/build_push.yml
This commit is contained in:
parent
8738e281d8
commit
3db3d04443
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_push.yml
vendored
2
.github/workflows/build_push.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
set -x
|
set -x
|
||||||
projects=(src/*/*)
|
projects=(src/*/*)
|
||||||
env CI_CHUNK_NUM = ${#projects[@]}
|
set CI_CHUNK_NUM=${#projects[@]}
|
||||||
echo "NUM_INDIVIDUAL_MODULES=${#projects[@]}" >> $GITHUB_ENV
|
echo "NUM_INDIVIDUAL_MODULES=${#projects[@]}" >> $GITHUB_ENV
|
||||||
|
|
||||||
# Temporary pause because of leak of tj-actions/changed-files
|
# Temporary pause because of leak of tj-actions/changed-files
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue