mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2024-12-26 03:12:37 +00:00
6 lines
98 B
Bash
6 lines
98 B
Bash
|
#!/bin/sh
|
||
|
if [ ! -z $1 ]; then
|
||
|
BUILD="build:$1"
|
||
|
fi
|
||
|
bundle exec fastlane bump $BUILD only:true
|