This website requires JavaScript.
Explore
Help
Sign In
passepartoutvpn
/
passepartout-apple
mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
Watch
1
Star
0
Fork
You've already forked passepartout-apple
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
454efb8e50
passepartout-apple
/
ci
/
bump-no-log.sh
6 lines
98 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
if
[
! -z
$1
]
;
then
BUILD
=
"
build:
$1
"
fi
bundle
exec
fastlane bump
$BUILD
only:true
Reference in New Issue
View Git Blame
Copy Permalink