mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-08-29 01:13:08 +00:00
Add command to see where we end up.
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -95,7 +95,7 @@ jobs:
|
||||
|
||||
export -f php_lint_file
|
||||
|
||||
find . -path ./vendor -prune -o -name '*.php' | parallel -j 4 php_lint_file {}
|
||||
find . -path ./vendor -prune -o -name '*.php' | parallel -j 8 php_lint_file {}
|
||||
|
||||
if [ "$?" -ne 0 ]
|
||||
then
|
||||
@@ -182,6 +182,8 @@ jobs:
|
||||
FF_III_VERSION: ${{ github.event_name == 'schedule' && 'develop' || github.event.inputs.version }}
|
||||
- name: Calculate variables
|
||||
run: |
|
||||
ls
|
||||
pwd
|
||||
# set some variables
|
||||
releaseName=$version
|
||||
originalName=$version
|
||||
@@ -245,9 +247,7 @@ jobs:
|
||||
version: ${{ github.event_name == 'schedule' && 'develop' || github.event.inputs.version }}
|
||||
build:
|
||||
needs:
|
||||
- prepare
|
||||
- validate
|
||||
- translate
|
||||
- generate-js
|
||||
- cleanup-meta
|
||||
runs-on: ubuntu-latest
|
||||
|
Reference in New Issue
Block a user