passepartout-apple/ci/bump-no-log.sh

6 lines
98 B
Bash
Raw Normal View History

2024-09-30 16:11:00 +00:00
#!/bin/sh
if [ ! -z $1 ]; then
BUILD="build:$1"
fi
bundle exec fastlane bump $BUILD only:true