File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2020#
2121
2222if [[ -n " $MUMBLE_BUILD_NUMBER_TOKEN " ]]; then
23- VERSION=$( python " scripts/mumble-version.py" --format version )
23+ VERSION=$( python " scripts/mumble-version.py" )
2424 BUILD_NUMBER=$( curl " https://mumble.info/get-build-number?commit=${BUILD_SOURCEVERSION} &version=${VERSION} &token=${MUMBLE_BUILD_NUMBER_TOKEN} " )
2525else
2626 BUILD_NUMBER=0
Original file line number Diff line number Diff line change 3131#
3232
3333if [[ -n " $MUMBLE_BUILD_NUMBER_TOKEN " ]]; then
34- VERSION=$( python " scripts/mumble-version.py" --format version )
34+ VERSION=$( python " scripts/mumble-version.py" )
3535 BUILD_NUMBER=$( curl " https://mumble.info/get-build-number?commit=${BUILD_SOURCEVERSION} &version=${VERSION} &token=${MUMBLE_BUILD_NUMBER_TOKEN} " )
3636else
3737 BUILD_NUMBER=0
You can’t perform that action at this time.
0 commit comments