mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-18 12:28:46 +00:00
Test argument.
This commit is contained in:
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -36,6 +36,14 @@ jobs:
|
|||||||
extensions: mbstring, intl, zip, bcmath
|
extensions: mbstring, intl, zip, bcmath
|
||||||
- name: Switch and pull
|
- name: Switch and pull
|
||||||
run: |
|
run: |
|
||||||
|
# validate argument
|
||||||
|
if [[ $version != d* ]] && [[ $version != v* ]] ;
|
||||||
|
then
|
||||||
|
echo 'Argument does not start with a d or with a v'
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Always check out origin/develop, unless its a branch release.
|
# Always check out origin/develop, unless its a branch release.
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user