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

6 lines
98 B
Bash
Executable File

#!/bin/sh
if [ ! -z $1 ]; then
BUILD="build:$1"
fi
bundle exec fastlane bump $BUILD only:true