Beam/ci_scripts/ci_post_clone.sh
2023-05-16 18:00:40 +03:00

11 lines
184 B
Bash
Executable File

#!/bin/sh
source ci_common.sh
setup_xcode_cloud_environment
install_xcode_cloud_brew_dependencies
if [ "$CI_WORKFLOW" = "Nightly" ]; then
bundle exec fastlane config_nightly
fi