mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +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
|
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 ]
|
if [ "$?" -ne 0 ]
|
||||||
then
|
then
|
||||||
@@ -182,6 +182,8 @@ jobs:
|
|||||||
FF_III_VERSION: ${{ github.event_name == 'schedule' && 'develop' || github.event.inputs.version }}
|
FF_III_VERSION: ${{ github.event_name == 'schedule' && 'develop' || github.event.inputs.version }}
|
||||||
- name: Calculate variables
|
- name: Calculate variables
|
||||||
run: |
|
run: |
|
||||||
|
ls
|
||||||
|
pwd
|
||||||
# set some variables
|
# set some variables
|
||||||
releaseName=$version
|
releaseName=$version
|
||||||
originalName=$version
|
originalName=$version
|
||||||
@@ -245,9 +247,7 @@ jobs:
|
|||||||
version: ${{ github.event_name == 'schedule' && 'develop' || github.event.inputs.version }}
|
version: ${{ github.event_name == 'schedule' && 'develop' || github.event.inputs.version }}
|
||||||
build:
|
build:
|
||||||
needs:
|
needs:
|
||||||
- prepare
|
|
||||||
- validate
|
- validate
|
||||||
- translate
|
|
||||||
- generate-js
|
- generate-js
|
||||||
- cleanup-meta
|
- cleanup-meta
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Reference in New Issue
Block a user