mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-06 16:44:06 +00:00
macos-package-app: Run patch_version only on Travis
This is handled separately for Github Actions
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
if [ -z "$TRAVIS_TAG" ]
|
||||
then
|
||||
if [ -z "$TRAVIS_TAG" ] && [ -n "$TRAVIS_OSX_IMAGE" ]; then
|
||||
python3 setup.py patch_version --platform=osx.$TRAVIS_OSX_IMAGE
|
||||
fi
|
||||
VERSION=$(python3 -c 'import picard; print(picard.__version__)')
|
||||
|
||||
Reference in New Issue
Block a user