mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-12 03:29:21 +00:00
157f336184
Drop submodule.
4 lines
88 B
Bash
Executable File
4 lines
88 B
Bash
Executable File
#!/bin/bash
|
|
PLATFORM=$1
|
|
bundle exec fastlane --env $PLATFORM,secret deliver_screenshots
|