6 lines
53 B
Bash
6 lines
53 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
gem update fastlane
|
||
|
|
fastlane test
|
||
|
|
exit $?
|